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

@@ -2,3 +2,8 @@ Sometimes Immich may return error 500 after startup. It helps to stop all contai
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:

BIN
Docker/immich/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB