From 0b9b8a48989904baa248270ae1f3bec8e08701a8 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Wed, 22 May 2024 09:23:07 +0200 Subject: [PATCH] Fixed container path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69337ce..43085d2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A script to create, update and delete Zabbix hosts using Netbox device objects. To pull the latest stable version to your local cache, use the following docker pull command: ``` -docker pull ghcr.io/thenetworkguy/netbox-zabbix-sync:latest +docker pull ghcr.io/thenetworkguy/netbox-zabbix-sync:main ``` Make sure to specify the needed environment variables for the script to work (see [here](#set-environment-variables))