Add volume mapping for extra_local.py in docker-compose.override.yml

This commit is contained in:
bboerni2 2025-09-23 16:26:40 +02:00
parent 9bb22a9500
commit 981de305ae

View file

@ -8,6 +8,8 @@ services:
options: options:
max-size: "10m" max-size: "10m"
max-file: "3" max-file: "3"
volumes:
- ./configuration/extra_local.py:/etc/netbox/config/extra_local.py:ro
netbox-worker: netbox-worker:
restart: unless-stopped restart: unless-stopped