pihole/docker-compose.yml aktualisiert
This commit is contained in:
@@ -2,14 +2,14 @@ services:
|
|||||||
pihole:
|
pihole:
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
ports:
|
ports:
|
||||||
- "${PORT_DNS_TCP}"
|
- "${PORT_DNS_TCP:-53:53/tcp}"
|
||||||
- "${PORT_DNS_UDP}"
|
- "${PORT_DNS_UDP:-53:53/udp}"
|
||||||
- "${PORT_HTTP}"
|
- "${PORT_HTTP:-80:80/tcp}"
|
||||||
- "${PORT_HTTPS}"
|
- "${PORT_HTTPS:-443:443/tcp}"
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ:-Europe/Berlin}
|
||||||
- FTLCONF_webserver_api_password=${FTLCONF_webserver_api_password}
|
- FTLCONF_webserver_api_password=${FTLCONF_webserver_api_password:-admin}
|
||||||
- FTLCONF_dns_listeningMode=${FTLCONF_dns_listeningMode}
|
- FTLCONF_dns_listeningMode=${FTLCONF_dns_listeningMode:-all}
|
||||||
volumes:
|
volumes:
|
||||||
- "${VOLUME_PERSIST}"
|
- "${VOLUME_PERSIST:-./pihole:/etc/pihole}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user