1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

Fixed default DB_HOSTNAME to be the correct database container

This commit is contained in:
Alex Tran 2022-05-24 08:49:38 -05:00
parent a44043a4e5
commit fa6f6f8e9f

View File

@ -2,7 +2,7 @@
# Database # Database
################################################################################### ###################################################################################
DB_HOSTNAME=immich_database DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres DB_USERNAME=postgres
DB_PASSWORD=postgres DB_PASSWORD=postgres
DB_DATABASE_NAME=immich DB_DATABASE_NAME=immich