From 7ab433ba1972b6faf0e4cb22dee03cc0c7367f1b Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 10 Dec 2025 13:06:41 +0100 Subject: [PATCH] Update immich/compose.yaml --- immich/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/compose.yaml b/immich/compose.yaml index e364871..e7c3881 100644 --- a/immich/compose.yaml +++ b/immich/compose.yaml @@ -67,7 +67,7 @@ services: # DB_STORAGE_TYPE: 'HDD' volumes: # Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file - - ${DB_DATA_LOCATION}:/var/lib/postgresql/data + - /srv/appdata/immich/data:/var/lib/postgresql/data shm_size: 128mb restart: always