minus-squaremrpink57@alien.topBtoHomelab@selfhosted.forum•Docker compose file for CoreDNS?linkfedilinkEnglisharrow-up1·1 year agoversion: '3' services: coredns: image: coredns/coredns container_name: coredns restart: always volumes: - /home//Documents/docker/coredns/:/root/ ports: - "53:53/udp" command: -conf /root/Corefile This should do it. linkfedilink
version: '3' services: coredns: image: coredns/coredns container_name: coredns restart: always volumes: - /home//Documents/docker/coredns/:/root/ ports: - "53:53/udp" command: -conf /root/Corefile
This should do it.