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"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user