mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
17 lines
317 B
YAML
17 lines
317 B
YAML
version: "3.8"
|
|
services:
|
|
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
|