3 Commits

2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ DB_DATA_LOCATION=/var/lib/immich/db
TZ=America/New_York TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0" # The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v2.3.1 IMMICH_VERSION=v2.7.5
# Connection secret for postgres. You should change it to a random password # Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres DB_PASSWORD=postgres
+1 -1
View File
@@ -16,7 +16,7 @@ services:
app: app:
depends_on: depends_on:
- db - db
image: nextcloud:32 image: nextcloud:33
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80