1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-28 04:00:55 +02:00
docker-pi-hole/doco-debian.yml

10 lines
139 B
YAML

debian:
build: .
dockerfile: debian.docker
ports:
- "53:53/tcp"
- "53:53/udp"
- "8053:80/tcp"
cap_add:
- NET_ADMIN