feat: ports to default http
This commit is contained in:
parent
476d6ae75a
commit
1fef091ca4
1 changed files with 2 additions and 2 deletions
|
|
@ -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/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue