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