move ro flag

This commit is contained in:
Andreas Zweili 2022-03-07 13:46:52 +01:00
parent 5443f8b61b
commit e6d36887e2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ services:
#user: "1000:100"
working_dir: "/photoprism"
volumes:
- "~/docker_systems/nextcloud/data/data/andreas/files/:ro:/photoprism/nextcloud" # original media files (photos and videos)
- "~/docker_systems/nextcloud/data/data/andreas/files/:/photoprism/nextcloud:ro" # original media files (photos and videos)
- "./storage:/photoprism/storage" # *writable* storage folder for cache, database, and sidecar files (never remove)
mariadb: