From 39b63aa420a7ba70c23fb08670d07d8e3ef9352b Mon Sep 17 00:00:00 2001 From: doteater Date: Wed, 10 Jul 2024 14:26:00 -0700 Subject: [PATCH] Update README.md reference to "latest" container label updated to "main". Also case issue with repo name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e204fc..853d7c6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker run -d -t -i -e ZABBIX_HOST='https://zabbix.local' \ -e ZABBIX_TOKEN='othersecrettoken' \ -e NETBOX_HOST='https://netbox.local' \ -e NETBOX_TOKEN='secrettoken' \ ---name netbox-zabbix-sync ghcr.io/TheNetworkGuy/netbox-zabbix-sync:latest +--name netbox-zabbix-sync ghcr.io/thenetworkguy/netbox-zabbix-sync:main ``` This should run a one-time sync, you can check the sync with `docker logs netbox-zabbix-sync`.