Improve docker cifs volume configs
This commit is contained in:
parent
635a0c4da8
commit
bd4bd550bf
5 changed files with 11 additions and 6 deletions
|
|
@ -23,4 +23,8 @@ jellyfin_compose:
|
|||
volumes:
|
||||
config:
|
||||
cache:
|
||||
media: "{{ vault_jellyfin.media_volume_driver }}"
|
||||
media:
|
||||
driver_opts:
|
||||
type: cifs
|
||||
o: "seal,username={{ opentofu.hcloud_storage_box_accounts.jellyfin.user }},password={{ opentofu.hcloud_storage_box_accounts.jellyfin.pass }}"
|
||||
device: "//{{ opentofu.hcloud_storage_box_accounts.jellyfin.host }}/{{ opentofu.hcloud_storage_box_accounts.jellyfin.user }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue