update container configurations

This commit is contained in:
♥ Minnie ♥ 2023-05-21 17:41:24 +08:00
parent 2cdee3871f
commit b8acc1570a
9 changed files with 65 additions and 9 deletions

View file

@ -8,14 +8,15 @@
volumes = [
"/srv/containers/pihole/etc-pihole:/etc/pihole"
"/srv/containers/pihole/etc-dnsmasq.d:/etc/dnsmasq.d"
"/srv/containers/pihole/secrets:/secrets"
];
ports = [
"53:53/tcp"
"53:53/udp"
"80:80/tcp"
"8181:80/tcp"
];
environment = {
WEBPASSWORD = "";
WEBPASSWORD_FILE = "/secrets/admin-password";
DNSMASQ_LISTENING = "all";
};
};