mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-27 12:15:04 +01:00
Merge pull request #2025 from SirRGB/development
docs: update capability documentation links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user