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:
Bryan Joshua Pedini 2022-01-09 14:13:59 +01:00
parent bc1a43b413
commit fdbc984b23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ services:
container_name: ${PH_CONTAINER_NAME}
restart: unless-stopped
environment:
- TZ: "${PH_TIMEZONE}"
- WEBPASSWORD: "${PH_WEBPASSWORD}"
- TZ="${PH_TIMEZONE}"
- WEBPASSWORD="${PH_WEBPASSWORD}"
labels:
- traefik.enable=true
- traefik.docker.network=traefik-proxy