pihole-docker-compose.yml hinzugefügt
This commit is contained in:
16
pihole-docker-compose.yml
Normal file
16
pihole-docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
pihole:
|
||||||
|
container_name: pihole.muenster.cc
|
||||||
|
image: pihole/pihole:latest
|
||||||
|
ports:
|
||||||
|
- "${PORT_DNS_TCP}"
|
||||||
|
- "${PORT_DNS_UDP}"
|
||||||
|
- "${PORT_HTTP}"
|
||||||
|
- "${PORT_HTTPS}"
|
||||||
|
environment:
|
||||||
|
- TZ=${TZ}
|
||||||
|
- FTLCONF_webserver_api_password=${FTLCONF_webserver_api_password}
|
||||||
|
- FTLCONF_dns_listeningMode=${FTLCONF_dns_listeningMode}
|
||||||
|
volumes:
|
||||||
|
- "${VOLUME_PERSIST}"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user