Update README.md

This commit is contained in:
Kage1 2024-06-12 09:36:59 -05:00 committed by GitHub
parent 9d33b4e28a
commit 981be642e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,10 +48,10 @@ services:
volumes:
- /etc/netbox-zabbix-sync/config.py:/opt/netbox-zabbix/config.py
environment:
- ZABBIX_HOST=http://yourawesomezabbixserver.local:8080
- ZABBIX_TOKEN=<zabbix_api_token>
- NETBOX_HOST=http://yourawesomenetboxserver.local
- NETBOX_TOKEN=<netbox_api_token>
- ZABBIX_HOST=https://zabbix.local
- ZABBIX_TOKEN=<othersecrettoken>
- NETBOX_HOST=https://netbox.local
- NETBOX_TOKEN=<secrettoken>
```