bind/docker-compose.yml
2020-08-15 01:15:51 +02:00

14 lines
212 B
YAML

version: '2'
services:
bind:
build: .
ports:
- "53:53"
- "53:53/udp"
volumes:
- /data/bind/:/etc/bind/
webhook:
image: adnanh/webhook