Changed readme for Immich

This commit is contained in:
Max Buz
2024-03-05 13:53:08 +01:00
committed by GitHub
parent e376d47f2b
commit e72efb48d9
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
Sometimes Immich may return error 500 after startup. It helps to stop all containers and then start them in that order: Sometimes Immich may return error 500 after startup. It helps to stop all containers and then start them in that order:
1. immich_postgres, immich_redis, immich_typesense 1. immich_postgres, immich_redis, immich_typesense
2. Here you need to wait 3-5 minutes to be sure, that typesense is running correctly 2. Here you need to wait 3-5 minutes to be sure, that typesense is running correctly
3. Rest of the containers, including immich_server 3. Rest of the containers, including immich_server
NGINX Reverse Proxy not
After 1.94 you must enable Websockets Support in the proxy host settings, as they now are used to check the server status from the frontend.
![Example](image.png)

View File

@@ -14,7 +14,6 @@ services:
depends_on: depends_on:
- redis - redis
- database - database
restart: unless-stopped restart: unless-stopped
immich-microservices: immich-microservices:
@@ -49,7 +48,7 @@ services:
database: database:
container_name: immich_postgres container_name: immich_postgres
image: tensorchord/pgvecto-rs:pg14-v0.1.11 image: tensorchord/pgvecto-rs:pg14-v0.1.11
env_file: env_file:
- stack.env - stack.env
environment: environment:

BIN
Docker/immich/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB