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
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||
- VIRTUAL_HOST=${IMMICH_HOST:?}
|
||||
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||
- VIRTUAL_PORT=${IMMICH_PORT:-3001}
|
||||
depends_on:
|
||||
- redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue