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:
Jonas 2025-11-23 20:36:13 +01:00 committed by GitHub
parent fb9f0441c9
commit 8db1ced2c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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