fix(dc): align VIRTUAL_PORT with new immich port
This commit is contained in:
parent
0aca5a3bb5
commit
625753416a
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@ services:
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:v1.118.1@sha256:c53300f717f9f82e645c198818a1f7155410eb4041961d09b79585ea3b4934dc
|
image: ghcr.io/immich-app/immich-server:v1.118.1@sha256:c53300f717f9f82e645c198818a1f7155410eb4041961d09b79585ea3b4934dc
|
||||||
ports:
|
|
||||||
- 3001:3001
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/truenas-services/immich:/usr/src/app/upload
|
- /mnt/truenas-services/immich:/usr/src/app/upload
|
||||||
- /mnt/truenas-services/immich-external:/mnt/external
|
- /mnt/truenas-services/immich-external:/mnt/external
|
||||||
|
@ -15,7 +13,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||||
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||||
- VIRTUAL_PORT=${IMMICH_PORT:-3001}
|
- VIRTUAL_PORT=${IMMICH_PORT:-2283}
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue