fixed a typo on WEBPASSWORD
This commit is contained in:
parent
9e57f78488
commit
bc1a43b413
@ -7,7 +7,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ: "${PH_TIMEZONE}"
|
- TZ: "${PH_TIMEZONE}"
|
||||||
- WEBPASSWORD: "${PH_WEPASSWORD}"
|
- 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