mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 08:05:08 +02:00
Updated Build (markdown)
4
Build.md
4
Build.md
@ -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