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:
parent
bc1a43b413
commit
fdbc984b23
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user