From e68f6c37a048423398d3e79e43a582ca2ac689aa Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 20 Aug 2023 21:13:53 +0100 Subject: [PATCH] Update README.md; spurious comma Spurious comma in the example for specifying environment variables targeting multiple endpoints, but with a singular config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af383b5..75026de 100644 --- a/README.md +++ b/README.md @@ -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" \