diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index b9798a59d..7a73d0b36 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -28,6 +28,10 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +ENV \ + working_dir="/data/photoprism" \ + HOME="/data/photoprism" + RUN \ # Create directories mkdir -p \