Ensure coredns proxy restarts on boot
All checks were successful
/ terraform (push) Successful in 59s
/ ansible (push) Successful in 1m46s

This commit is contained in:
Jake Howard 2024-07-10 20:16:45 +01:00
parent 545959d19c
commit 6d3180a332
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -3,6 +3,7 @@ version: "2.3"
services:
coredns:
image: coredns/coredns:latest
restart: unless-stopped
volumes:
- ./Corefile:/home/nonroot/Corefile:ro
ports: