Merge pull request #199 from webash/webash-patch-1

Update README.md; spurious comma
This commit is contained in:
Vincent Composieux 2023-08-29 08:44:20 +02:00 committed by GitHub
commit 8e540a53c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" \