From ec1e550f7aaa5d42604fa232be84f1f5ac2043ad Mon Sep 17 00:00:00 2001 From: Travis Quinnelly Date: Sat, 11 Apr 2020 08:43:47 -0500 Subject: [PATCH] Added port declaration to docker config. Does not work without this. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0947aff..a0ddcc2 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ $ docker run \ -e 'PIHOLE_PASSWORD=mypassword' \ -e 'INTERVAL=30s' \ -e 'PORT=9617' \ + -p 9617:9617 \ ekofr/pihole-exporter:latest ```