feat: ports to default http

This commit is contained in:
s-prechtl 2025-03-31 14:59:13 +02:00
parent 476d6ae75a
commit 1fef091ca4

View file

@ -47,8 +47,8 @@ in {
ports = [
"${serverIP}:53:53/tcp"
"${serverIP}:53:53/udp"
"3080:80"
"30443:443"
"80:80"
"443:443"
];
volumes = [
"/var/lib/pihole/:/etc/pihole/"