bind/docker-compose.yml

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