Added port declaration to docker config. Does not work without this.
This commit is contained in:
parent
bd901d9bb4
commit
ec1e550f7a
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ $ docker run \
|
||||||
-e 'PIHOLE_PASSWORD=mypassword' \
|
-e 'PIHOLE_PASSWORD=mypassword' \
|
||||||
-e 'INTERVAL=30s' \
|
-e 'INTERVAL=30s' \
|
||||||
-e 'PORT=9617' \
|
-e 'PORT=9617' \
|
||||||
|
-p 9617:9617 \
|
||||||
ekofr/pihole-exporter:latest
|
ekofr/pihole-exporter:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue