version: '3.8' services: dns: build: . ports: - "53:53" - "8443:443" - "8080:8443" volumes: - "./config/bind:/etc/bind:rw"