diff --git a/Photography_Containers/immich/.env b/Photography_Containers/immich/.env index ee13b30..248175b 100644 --- a/Photography_Containers/immich/.env +++ b/Photography_Containers/immich/.env @@ -1,3 +1,6 @@ +SERVICE_NAME=immich +DOMAIN_NAME=homelab.internal + # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored @@ -18,8 +21,4 @@ DB_PASSWORD= ################################################################################### DB_USERNAME=postgres DB_DATABASE_NAME=immich -IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true - -# For Flame Dashboard -SERVICE_NAME=immich -DOMAIN_NAME=homelab.internal \ No newline at end of file +IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true \ No newline at end of file