From 3079a88de8674723d03da213ffb5fc9d26308d04 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Wed, 13 Mar 2024 14:00:03 +0100 Subject: [PATCH] better `docker logs` example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6924183..67fa514 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ docker run -d -t -i -e ZABBIX_HOST='https://zabbix.local' \ --name netbox-zabbix-sync ghcr.io/TheNetworkGuy/netbox-zabbix-sync:latest ``` -This should run a one-time sync, you can check the sync with `docker logs`. +This should run a one-time sync, you can check the sync with `docker logs netbox-zabbix-sync`. The image uses the default `config.py` for it's configuration, you can use a volume mount in the docker run command to override with your own config file if needed (see [config file](#config-file)):