mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Add volume mapping for extra_local.py in docker-compose.override.yml
This commit is contained in:
parent
9bb22a9500
commit
981de305ae
|
|
@ -8,6 +8,8 @@ services:
|
|||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
volumes:
|
||||
- ./configuration/extra_local.py:/etc/netbox/config/extra_local.py:ro
|
||||
|
||||
netbox-worker:
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue