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