1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/pdnsd/docker-compose.yml

7 lines
94 B
YAML
Raw Permalink Normal View History

2015-06-30 00:41:42 +00:00
pdnsd:
image: vimagick/pdnsd
ports:
- "53:53/tcp"
- "53:53/udp"
restart: always