Postgres EXPOSED

This commit is contained in:
2025-09-14 09:52:46 +02:00
parent 206d6cc605
commit 062d010067
6 changed files with 18 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ services:
POSTGRES_DB: ${IMMICH_DB_DATABASE_NAME}
POSTGRES_INITDB_ARGS: '--data-checksums'
DB_STORAGE_TYPE: 'HDD'
ports:
- 5433:5432
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
- ${IMMICH_DB_LOCATION}:/var/lib/postgresql/data