Update immich/compose.yaml

This commit is contained in:
2025-12-10 13:06:41 +01:00
parent 9be5d31c4e
commit 7ab433ba19

View File

@@ -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