diff --git a/immich/.env.sample b/immich/.env.sample index a596b3d..fbac209 100644 --- a/immich/.env.sample +++ b/immich/.env.sample @@ -9,6 +9,8 @@ IMMICH_VERSION=release # Connection secrets for postgres and typesense. You should change these to random passwords TYPESENSE_API_KEY=some-random-text DB_PASSWORD=ChangeMe +IMMICH_HOST=0.0.0.0 +PUBLIC_URL=https://immich.domain.de # The values below this line do not need to be changed ###################################################################################