From 417ce4b5b5f0c2b423f2a866a32bbbff1fe78c62 Mon Sep 17 00:00:00 2001 From: Dziad Borowy <392513+tborychowski@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:11:30 +0000 Subject: [PATCH] Update photostructure.md --- apps/photos/photostructure.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/photos/photostructure.md b/apps/photos/photostructure.md index 3fdbff0..9447fc3 100644 --- a/apps/photos/photostructure.md +++ b/apps/photos/photostructure.md @@ -31,3 +31,8 @@ services: - ./logs:/ps/logs - /mnt/photos:/photos ``` + +If `docker-compose logs` show permission access errors, changing permissions to the generated folders may be required: +```sh +sudo chmod -R 777 config cache library logs photos +```