diff --git a/docker-compose.yml b/docker-compose.yml index b84ea97..2ff09d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -109,7 +109,7 @@ services: ## You may mount an *import* folder from which files can be transferred to *originals* (optional): # - "~/Import:/photoprism/import" ## Cache, session, thumbnail, and sidecar files will be created in the *storage* folder (never remove): - - "./storage:/photoprism/storage" + - "/docker/photoprism/storage:/photoprism/storage" deploy: mode: replicated replicas: 1