diff --git a/immich.env b/immich.env index a0f0eb2..dfe0253 100644 --- a/immich.env +++ b/immich.env @@ -5,8 +5,8 @@ # NOTE: The following four database variables support Docker secrets by adding a *_FILE suffix to the variable name # See the docker-compose documentation on secrets for additional details: https://docs.docker.com/compose/compose-file/compose-file-v3/#secrets DB_HOSTNAME=immich_postgres -DB_USERNAME=immich -DB_PASSWORD=QbJs9MZN4kwQD5E6 +DB_USERNAME=postgres +DB_PASSWORD=postgres DB_DATABASE_NAME=immich # Optional Database settings: