HOTFIX: Remove Mods bind for Eco

This commit is contained in:
2026-04-15 18:05:55 +00:00
parent 20d857cd78
commit 3041de4db1
@@ -45,12 +45,7 @@ module "eco" {
host_path = "${var.volume_path}/${local.container_name}/data"
container_path = "/app/Storage/"
read_only = false
},
{
host_path = "${var.volume_path}/${local.container_name}/mods"
container_path = "/app/Mods/"
read_only = false
},
}
]
}