Skip to content

Commit

Permalink
Update README.md; spurious comma
Browse files Browse the repository at this point in the history
Spurious comma in the example for specifying environment variables targeting multiple endpoints, but with a singular config.
  • Loading branch information
webash committed Aug 20, 2023
1 parent 42b036b commit e68f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e68f6c3

Please sign in to comment.