Skip to content

Commit

Permalink
Merge pull request #199 from webash/webash-patch-1
Browse files Browse the repository at this point in the history
Update README.md; spurious comma
  • Loading branch information
eko committed Aug 29, 2023
2 parents 42b036b + e68f6c3 commit 8e540a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 8e540a5

Please sign in to comment.