Merge pull request #38 from tquizzle/master
Added port declaration to docker config. Does not work without this.
This commit is contained in:
commit
61bb9ea0c7
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