Fix PORT value
The port value in the env var should probably be `9311` and not `93111`.
This commit is contained in:
parent
7d350a29c5
commit
1ef223f296
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue