Dockerfile, README update

This commit is contained in:
2022-07-08 22:52:27 +03:00
parent 55e5d26a1d
commit 34da488398
3 changed files with 10 additions and 10 deletions

View File

@ -0,0 +1,3 @@
# Permission
If Nextcloud data is being placed in a docker managed volume, then `Dockerfile` can be updated by removing L6-L10 thus making the image smaller and not modifying the permissions for Nextcloud.
If Nextcloud data should be accessible from "bare metal system" as a specific user, then modify `Dockerfile` with correct `UID` and `GID` values.