*: handle PermissionError when saving files, ensure permission bits are set correctly
closes #3817 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -15,4 +15,6 @@ To fix these issues, run these commands in the folder of your docker-compose fil
|
||||
```shell
|
||||
sudo chown 1000:1000 media/
|
||||
sudo chown 1000:1000 custom-templates/
|
||||
sudo chmod ug+rwx media/
|
||||
sudo chmod ug+rx certs/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user