Improve docker cifs volume configs

This commit is contained in:
Tobias Reisinger 2026-01-25 14:05:46 +01:00
parent 635a0c4da8
commit bd4bd550bf
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 11 additions and 6 deletions

View file

@ -93,7 +93,7 @@ services = {
},
{
name = "calibre_web_data"
type = "docker"
type = "docker_cifs"
}
]
monitoring = {
@ -307,7 +307,7 @@ services = {
backup = [
{
name = "immich_upload"
type = "docker"
type = "docker_cifs"
},
{
name = "immich_database"
@ -381,6 +381,7 @@ services = {
}
auth = false
database = false
storage_box = true
},
"jitsi" = {