mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-17 10:35:09 +01:00
Update README.md; spurious comma
Spurious comma in the example for specifying environment variables targeting multiple endpoints, but with a singular config.
This commit is contained in:
parent
42b036b560
commit
e68f6c37a0
@ -95,7 +95,7 @@ If port, protocol and API token/password is the same for all instances, you can
|
||||
|
||||
```
|
||||
$ docker run \
|
||||
-e 'PIHOLE_PROTOCOL=,http" \
|
||||
-e 'PIHOLE_PROTOCOL=http" \
|
||||
-e 'PIHOLE_HOSTNAME=192.168.1.2,192.168.1.3,192.168.1.4"' \
|
||||
-e "PIHOLE_API_TOKEN=$API_TOKEN" \
|
||||
-e "PIHOLE_PORT=8080" \
|
||||
|
Loading…
Reference in New Issue
Block a user