Replace docker rclone volumes with native cifs volumes
This commit is contained in:
parent
85568c8278
commit
635a0c4da8
12 changed files with 19 additions and 106 deletions
|
|
@ -93,7 +93,7 @@ services = {
|
|||
},
|
||||
{
|
||||
name = "calibre_web_data"
|
||||
type = "hook"
|
||||
type = "docker"
|
||||
}
|
||||
]
|
||||
monitoring = {
|
||||
|
|
@ -307,7 +307,7 @@ services = {
|
|||
backup = [
|
||||
{
|
||||
name = "immich_upload"
|
||||
type = "hook"
|
||||
type = "docker"
|
||||
},
|
||||
{
|
||||
name = "immich_database"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue