1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Fix typo for deprecated environment variable

Signed-off-by: Jo Lauryssens <jolauryssens@users.noreply.github.com>
This commit is contained in:
Jo Lauryssens 2025-02-03 19:57:33 +01:00 committed by GitHub
parent 18f59bdb09
commit 28f4cd5290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,5 +104,5 @@ $ docker compose down -v
### - Installing on Ubuntu may conflict with `systemd-resolved` - see [Installing on Ubuntu](https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu-or-fedora) for help.
### - Environment variables are version-dependent
Environment variables like "CONDIIONAL_FORWARDING*" and "DNS1" are deprecated and replaced by e.g. "REV_SERVER*" and "PIHOLE_DNS" in version 5.8+.
Current information about environment variables can be found here: https://github.com/pi-hole/docker-pi-hole
Environment variables like "CONDITIONAL_FORWARDING*" and "DNS1" are deprecated and replaced by e.g. "REV_SERVER*" and "PIHOLE_DNS" in version 5.8+.
Current information about environment variables can be found here: https://github.com/pi-hole/docker-pi-hole