Merge pull request #147 from jmherbst/readme-fix
docs: Updating docker run commands with missing port mapping for consistency
This commit is contained in:
commit
2428af74c7
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,7 @@ $ docker run \
|
|||
-e 'PIHOLE_HOSTNAME=192.168.1.2' \
|
||||
-e "PIHOLE_API_TOKEN=$API_TOKEN" \
|
||||
-e 'PORT=9617' \
|
||||
-p 9617:9617 \
|
||||
ekofr/pihole-exporter:latest
|
||||
```
|
||||
|
||||
|
@ -86,6 +87,7 @@ $ docker run \
|
|||
-e "PIHOLE_API_TOKEN="$API_TOKEN1,$API_TOKEN2,$API_TOKEN3" \
|
||||
-e "PIHOLE_PORT="8080,8081,8080" \
|
||||
-e 'PORT=9617' \
|
||||
-p 9617:9617 \
|
||||
ekofr/pihole-exporter:latest
|
||||
```
|
||||
|
||||
|
@ -98,6 +100,7 @@ $ docker run \
|
|||
-e "PIHOLE_API_TOKEN="$API_TOKEN" \
|
||||
-e "PIHOLE_PORT="8080" \
|
||||
-e 'PORT=9617' \
|
||||
-p 9617:9617 \
|
||||
ekofr/pihole-exporter:latest
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue