Update docker-coompose to reflect local config.py

This commit is contained in:
Kage1 2024-06-17 15:21:12 -05:00 committed by GitHub
parent 06af73ee5e
commit bbe27f66e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ services:
restart: no
image: ghcr.io/thenetworkguy/netbox-zabbix-sync:main
volumes:
- /etc/netbox-zabbix-sync/config.py:/opt/netbox-zabbix/config.py
- ./config.py:/opt/netbox-zabbix/config.py
environment:
- ZABBIX_HOST=http://yourawesomezabbixserver.local:8080
- ZABBIX_TOKEN=<zabbix_api_token>