From 1f3fc9d7bbbbebdfeb0dbd464f0789f925f540a6 Mon Sep 17 00:00:00 2001 From: carsten Date: Sun, 1 Mar 2026 20:22:46 +0000 Subject: [PATCH] Update .env --- example.env => .env | 6 ++++++ 1 file changed, 6 insertions(+) rename example.env => .env (83%) diff --git a/example.env b/.env similarity index 83% rename from example.env rename to .env index 6641cce..3ec9d8e 100644 --- a/example.env +++ b/.env @@ -1,5 +1,11 @@ # You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables +# Hvor dine billeder/videoer skal ligge på hosten +UPLOAD_LOCATION=/datadisk/docker/immich/library + +# Hvor database data skal ligge på hosten +DB_DATA_LOCATION=/datadisk/docker/immich/postgres + # The location where your uploaded files are stored UPLOAD_LOCATION=./library