Updated Build (markdown)
+2
-2
@@ -23,9 +23,9 @@ This usually works by using the `netboxcommunity/netbox` image as base image:
|
|||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM netboxcommunity/netbox:v2.6.6
|
FROM netboxcommunity/netbox:v2.6.6
|
||||||
|
|
||||||
COPY my_configuration.py /etc/netbox/config/configuration.py
|
COPY my_configuration.py /etc/netbox/config/extra_configuration.py
|
||||||
COPY my_reports/ /etc/netbox/reports/
|
COPY my_reports/ /etc/netbox/reports/
|
||||||
COPY my_scripts/ /etc/netbox/scripts
|
COPY my_scripts/ /etc/netbox/scripts/
|
||||||
```
|
```
|
||||||
|
|
||||||
You don't have to add all the files.
|
You don't have to add all the files.
|
||||||
|
|||||||
Reference in New Issue
Block a user