From 22efefd5b445446266e4a6ed7984327ff167a71c Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 3 May 2026 03:17:16 +0200 Subject: [PATCH] Docker: Pushed Immich to new Version --- wiki/docker/immich-app_-_immich-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/docker/immich-app_-_immich-server.md b/wiki/docker/immich-app_-_immich-server.md index ebf1a59..7623414 100644 --- a/wiki/docker/immich-app_-_immich-server.md +++ b/wiki/docker/immich-app_-_immich-server.md @@ -27,7 +27,7 @@ Set the following ports in the `ports:` section. | Container Port | Recommended outside port | Protocol | Description | | -------------- | ------------------------ | --------- | ------------- | -| `2283` | `3001` | TCP | WebUI | +| `2283` | `2283` | TCP | WebUI | ### Volumes @@ -62,7 +62,7 @@ DB_DATA_LOCATION=immich_postgres # TZ=Etc/UTC # The Immich version to use. You can pin this to a specific version like "v1.71.0" -IMMICH_VERSION=release +IMMICH_VERSION=v2 # Connection secret for postgres. You should change it to a random password # Please use only the characters `A-Za-z0-9`, without special characters or spaces