fix local ip
This commit is contained in:
parent
7e939ec490
commit
59883557ed
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue