Skip to content

Commit

Permalink
Fix PORT value
Browse files Browse the repository at this point in the history
The port value in the env var should probably be `9311` and not `93111`.
  • Loading branch information
kbreit committed Jun 1, 2019
1 parent 7d350a2 commit 1ef223f
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 1ef223f

Please sign in to comment.