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