We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643be31 commit 2bc094aCopy full SHA for 2bc094a
arion-compose.nix
@@ -8,7 +8,7 @@
8
#
9
# services.coredns = {
10
# service.image = "coredns/coredns";
11
- # service.ports = [ "53:53"];
+ # service.ports = [ "53:53/udp", "53:53/tcp" ];
12
# service.volumes = [ "./DNS:/coredns-config/" ];
13
# service.networks = [ "eden" ];
14
# service.command = "-conf coredns-config/Corefile";
0 commit comments