From 1ef223f29669b7acce4ee91f718fb0b7d8128857 Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Fri, 31 May 2019 22:38:38 -0500 Subject: [PATCH] Fix PORT value The port value in the env var should probably be `9311` and not `93111`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c5a91..57bf7f3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ docker run \ -e 'PIHOLE_HOSTNAME=192.168.1.2' \ -e 'PIHOLE_PASSWORD=mypassword' \ -e 'INTERVAL=30s' \ - -e 'PORT=93111' \ + -e 'PORT=9311' \ ekofr/pihole-exporter:latest ```