1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-27 02:09:06 +02:00
dockerfiles/dnsmasq/docker-compose.yml

12 lines
187 B
YAML
Raw Normal View History

2016-04-13 19:44:54 +02:00
dnsmasq:
image: vimagick/dnsmasq
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
volumes:
- ./dnsmasq.d:/etc/dnsmasq.d
2016-04-13 20:00:10 +02:00
cap_add:
- NET_ADMIN
2016-04-13 19:44:54 +02:00
restart: always