13 lines
212 B
YAML
13 lines
212 B
YAML
version: '2'
|
|
|
|
services:
|
|
bind:
|
|
build: .
|
|
ports:
|
|
- "53:53"
|
|
- "53:53/udp"
|
|
volumes:
|
|
- /data/bind/:/etc/bind/
|
|
|
|
webhook:
|
|
image: adnanh/webhook
|