fix(dc): change IMMICH_HOST var because of clash

This commit is contained in:
Radu C. Martin 2024-07-05 10:10:09 +02:00
parent 8ffe33159c
commit 5d78c0e8b7

View file

@ -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