You've already forked pihole
fixed environment assign error
docker-compose example on https://hub.docker.com/r/pihole/pihole is wrong, and I was stupid by not checking it before copypasting...
This commit is contained in:
@@ -6,8 +6,8 @@ services:
|
|||||||
container_name: ${PH_CONTAINER_NAME}
|
container_name: ${PH_CONTAINER_NAME}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ: "${PH_TIMEZONE}"
|
- TZ="${PH_TIMEZONE}"
|
||||||
- WEBPASSWORD: "${PH_WEBPASSWORD}"
|
- WEBPASSWORD="${PH_WEBPASSWORD}"
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=traefik-proxy
|
- traefik.docker.network=traefik-proxy
|
||||||
|
Reference in New Issue
Block a user