diff --git a/README.md b/README.md index f3bb629..1b74c93 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ > [!TIP] > Some users [have reported issues](https://github.com/pi-hole/docker-pi-hole/issues/963#issuecomment-1095602502) with using the `--privileged` flag on `2022.04` and above.\ -> TL;DR, don't use that mode, and be [explicit with the permitted caps](https://docs.pi-hole.net/docker/#note-on-capabilities) (if needed) instead. +> TL;DR, don't use that mode, and be [explicit with the permitted caps](https://docs.pi-hole.net/docker/configuration/#note-on-capabilities) (if needed) instead. ## Quick Start diff --git a/examples/docker-compose-caddy-proxy.yml b/examples/docker-compose-caddy-proxy.yml index 1eabd67..122c573 100644 --- a/examples/docker-compose-caddy-proxy.yml +++ b/examples/docker-compose-caddy-proxy.yml @@ -42,7 +42,7 @@ services: # Uncomment the below if you have custom dnsmasq config files that you want to persist. Not needed for most. #- './etc-dnsmasq.d:/etc/dnsmasq.d' cap_add: - # See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities + # See https://docs.pi-hole.net/docker/configuration/#note-on-capabilities # Required if you are using Pi-hole as your DHCP server, else not needed - NET_ADMIN restart: unless-stopped