Postgres EXPOSED
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user