2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 04:15:27 +01:00
Files
dockerfiles_vimagick/dnsmasq/docker-compose.yml
2016-04-14 01:46:32 +08:00

10 lines
160 B
YAML

dnsmasq:
image: vimagick/dnsmasq
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
volumes:
- ./dnsmasq.d:/etc/dnsmasq.d
restart: always