fix local ip

This commit is contained in:
♥ Minnie ♥ 2023-10-30 21:38:56 +00:00
parent 7e939ec490
commit 59883557ed

View file

@ -11,9 +11,9 @@
"/srv/containers/pihole/secrets:/secrets" "/srv/containers/pihole/secrets:/secrets"
]; ];
ports = [ ports = [
"192.168.1.100:53:53/tcp" # pihole-FTL (DNS) "192.168.1.102:53:53/tcp" # pihole-FTL (DNS)
"192.168.1.100:53:53/udp" # pihole-FTL (DNS) "192.168.1.102:53:53/udp" # pihole-FTL (DNS)
"192.168.1.100:8181:80/tcp" # lighttpd (HTTP) "192.168.1.102:8181:80/tcp" # lighttpd (HTTP)
]; ];
environment = { environment = {
WEBPASSWORD_FILE = "/secrets/admin-password"; WEBPASSWORD_FILE = "/secrets/admin-password";