From cc81a02888401cb1bf982a194f1a30bb010bc182 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 17 Dec 2023 18:35:19 -0600 Subject: [PATCH] escaped backslash --- photoprism/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/compose.yml b/photoprism/compose.yml index 6c3c19f..afbd19d 100644 --- a/photoprism/compose.yml +++ b/photoprism/compose.yml @@ -46,7 +46,7 @@ services: PHOTOPRISM_SITE_AUTHOR: "" # meta site author working_dir: "/photoprism" # do not change or remove volumes: - - "D:\Pictures\Emotes:/photoprism/originals" # Original media files (DO NOT REMOVE) + - "D:\\Pictures\\Emotes:/photoprism/originals" # Original media files (DO NOT REMOVE) - "${DOCKER_CONFIGS}/storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE) photoprism-mariadb: