mirror of
https://github.com/9001/copyparty.git
synced 2026-02-22 10:23:30 +10:00
docker/idp: fix config typo (#1032)
Removed write permissions from root volume. Signed-off-by: Jonas <55783419+tuetenk0pp@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
[/] # create a volume at "/" (the webroot), which will
|
[/] # create a volume at "/" (the webroot), which will
|
||||||
/w # share /w (the docker data volume)
|
/w # share /w (the docker data volume)
|
||||||
accs:
|
accs:
|
||||||
rw: * # everyone gets read-access, but
|
r: * # everyone gets read-access, but
|
||||||
rwmda: @su # the group "su" gets read-write-move-delete-admin
|
rwmda: @su # the group "su" gets read-write-move-delete-admin
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user