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:
Jonas 2025-11-28 20:40:36 +01:00 committed by GitHub
parent c7345308f5
commit 867237d06a
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
/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