Improve docker cifs volume configs
This commit is contained in:
parent
635a0c4da8
commit
bd4bd550bf
5 changed files with 11 additions and 6 deletions
|
|
@ -99,7 +99,7 @@ immich_compose:
|
|||
upload:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: "username={{ opentofu.hcloud_storage_box_accounts.immich.user }},password={{ opentofu.hcloud_storage_box_accounts.immich.pass }}"
|
||||
o: "seal,username={{ opentofu.hcloud_storage_box_accounts.immich.user }},password={{ opentofu.hcloud_storage_box_accounts.immich.pass }}"
|
||||
device: "//{{ opentofu.hcloud_storage_box_accounts.immich.host }}/{{ opentofu.hcloud_storage_box_accounts.immich.user }}"
|
||||
pgdata:
|
||||
model-cache:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue