1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00

update ftldns

This commit is contained in:
kevin 2023-11-28 21:37:33 +08:00
parent 5a74469e3d
commit 20d29f58c6

View File

@ -1,15 +1,16 @@
version: "3.8"
services:
image: vimagick/ftldns
ports:
- "4711:4711"
- "53:53/tcp"
- "53:53/udp"
volumes:
- ./data/etc:/etc/pihole
- ./data/log:/var/log/pihole
tmpfs:
- /run/pihole
- /dev/shm
working_dir: /etc/pihole
restart: unless-stopped
ftldns:
image: vimagick/ftldns
ports:
- "4711:4711"
- "53:53/tcp"
- "53:53/udp"
volumes:
- ./data/etc:/etc/pihole
- ./data/log:/var/log/pihole
tmpfs:
- /run/pihole
- /dev/shm
working_dir: /etc/pihole
restart: unless-stopped