mount postgres folder to local directory by default (#8443)

This commit is contained in:
Daniel Dietzler 2024-04-08 22:11:25 +02:00 committed by GitHub
parent 7b1562c050
commit b6cdffa509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -14,5 +14,6 @@ DB_PASSWORD=postgres
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=./postgres
REDIS_HOSTNAME=immich_redis