Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #6 from kbreit/patch-1
Browse files Browse the repository at this point in the history
Fix PORT value
  • Loading branch information
eko committed Jun 1, 2019
2 parents d523629 + 1ef223f commit 205fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down

0 comments on commit 205fc77

Please sign in to comment.