fix(dc): change IMMICH_HOST var because of clash
This commit is contained in:
parent
8ffe33159c
commit
5d78c0e8b7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
- stack.env
|
- stack.env
|
||||||
environment:
|
environment:
|
||||||
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||||
- VIRTUAL_HOST=${IMMICH_HOST:?}
|
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||||
- VIRTUAL_PORT=${IMMICH_PORT:-3001}
|
- VIRTUAL_PORT=${IMMICH_PORT:-3001}
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue