Skip to content

Commit 9d8bf04

Browse files
authored
Merge pull request #2026 from pi-hole/master
Sync master back into development
2 parents c545a25 + 4f16f4f commit 9d8bf04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
> [!TIP]
3131
> 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.\
32-
> 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.
32+
> 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.
3333
3434
## Quick Start
3535

examples/docker-compose-caddy-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
# Uncomment the below if you have custom dnsmasq config files that you want to persist. Not needed for most.
4343
#- './etc-dnsmasq.d:/etc/dnsmasq.d'
4444
cap_add:
45-
# See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
45+
# See https://docs.pi-hole.net/docker/configuration/#note-on-capabilities
4646
# Required if you are using Pi-hole as your DHCP server, else not needed
4747
- NET_ADMIN
4848
restart: unless-stopped

0 commit comments

Comments
 (0)