Fix readonly
This commit is contained in:
parent
bf135a21fc
commit
f3d6805dc3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${SEAFILE_PHOTOS}
|
source: ${SEAFILE_PHOTOS}
|
||||||
target: /mnt/media/photos
|
target: /mnt/media/photos
|
||||||
readonly
|
read_only: true
|
||||||
bind:
|
bind:
|
||||||
propagation: rslave
|
propagation: rslave
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue