mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-19 00:16:42 +02:00
Updated Build (markdown)
parent
7babd0640d
commit
35673fb3aa
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user