mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
update ftldns
This commit is contained in:
parent
5a74469e3d
commit
20d29f58c6
@ -1,15 +1,16 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
image: vimagick/ftldns
|
ftldns:
|
||||||
ports:
|
image: vimagick/ftldns
|
||||||
- "4711:4711"
|
ports:
|
||||||
- "53:53/tcp"
|
- "4711:4711"
|
||||||
- "53:53/udp"
|
- "53:53/tcp"
|
||||||
volumes:
|
- "53:53/udp"
|
||||||
- ./data/etc:/etc/pihole
|
volumes:
|
||||||
- ./data/log:/var/log/pihole
|
- ./data/etc:/etc/pihole
|
||||||
tmpfs:
|
- ./data/log:/var/log/pihole
|
||||||
- /run/pihole
|
tmpfs:
|
||||||
- /dev/shm
|
- /run/pihole
|
||||||
working_dir: /etc/pihole
|
- /dev/shm
|
||||||
restart: unless-stopped
|
working_dir: /etc/pihole
|
||||||
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user