1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-27 19:55:14 +02:00
docker-pi-hole/doco-alpine.yml

10 lines
139 B
YAML
Raw Normal View History

alpine:
build: .
dockerfile: alpine.docker
ports:
- "53:53/tcp"
- "53:53/udp"
- "8054:80/tcp"
cap_add:
- NET_ADMIN