mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
fix typo / access permissions in copyparty.conf
Removed write permissions from root volume. Signed-off-by: Jonas <55783419+tuetenk0pp@users.noreply.github.com>
This commit is contained in:
parent
fb9f0441c9
commit
8db1ced2c1
|
|
@ -50,7 +50,7 @@
|
|||
[/] # create a volume at "/" (the webroot), which will
|
||||
/w # share /w (the docker data volume)
|
||||
accs:
|
||||
rw: * # everyone gets read-access, but
|
||||
r: * # everyone gets read-access, but
|
||||
rwmda: @su # the group "su" gets read-write-move-delete-admin
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue