Fixup: traefik requires the certificate secrets to be protected. Made the same change on the actual storage host.
This commit is contained in:
@@ -227,7 +227,7 @@ EOF
|
||||
attachment_mode = "file-system"
|
||||
|
||||
mount_options {
|
||||
mount_flags = ["uid=1000", "gid=1000"]
|
||||
mount_flags = ["file_mode=0600", "uid=1000", "gid=1000"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user