Merge pull request #6 from kbreit/patch-1

Fix PORT value
This commit is contained in:
Vincent Composieux 2019-06-01 12:42:45 +02:00 committed by GitHub
commit 205fc77c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```