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 = [ ports = [
"${serverIP}:53:53/tcp" "${serverIP}:53:53/tcp"
"${serverIP}:53:53/udp" "${serverIP}:53:53/udp"
"3080:80" "80:80"
"30443:443" "443:443"
]; ];
volumes = [ volumes = [
"/var/lib/pihole/:/etc/pihole/" "/var/lib/pihole/:/etc/pihole/"