Files

18 lines
408 B
YAML

services:
pihole:
image: pihole/pihole:latest
container_name: pihole
ports:
- "53:53/tcp"
- "53:53/udp"
- "8028:80/tcp"
environment:
TZ: Asia/Ho_Chi_Minh
FTLCONF_webserver_api_password: "duy@pihole1772003"
FTLCONF_dns_listeningMode: ALL
volumes:
- /docker/pihole/etc-pihole:/etc/pihole
cap_add:
- SYS_NICE
restart: unless-stopped