Skip to content

Commit 2bc094a

Browse files
committedJan 24, 2025
add tcp and udp port for dns
1 parent 643be31 commit 2bc094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎arion-compose.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# services.coredns = {
1010
# service.image = "coredns/coredns";
11-
# service.ports = [ "53:53"];
11+
# service.ports = [ "53:53/udp", "53:53/tcp" ];
1212
# service.volumes = [ "./DNS:/coredns-config/" ];
1313
# service.networks = [ "eden" ];
1414
# service.command = "-conf coredns-config/Corefile";

0 commit comments

Comments
 (0)