diff --git a/immich/stack.env b/immich/stack.env index c3110ac..efb03b6 100644 --- a/immich/stack.env +++ b/immich/stack.env @@ -1,6 +1,6 @@ -UPLOAD_LOCATION:library -DB_DATA_LOCATION:/srv/immich-postgres/ -IMMICH_VERSION:release -DB_PASSWORD:postgres -DB_USERNAME:postgres -DB_DATABASE_NAME:immich \ No newline at end of file +UPLOAD_LOCATION=library +DB_DATA_LOCATION=/srv/immich-postgres/ +IMMICH_VERSION=release +DB_PASSWORD=postgres +DB_USERNAME=postgres +DB_DATABASE_NAME=immich \ No newline at end of file