From 3041de4db1b0861864a8fd9ab3f79656b4f340dc Mon Sep 17 00:00:00 2001 From: Jeroen Vijgen Date: Wed, 15 Apr 2026 18:05:55 +0000 Subject: [PATCH] HOTFIX: Remove Mods bind for Eco --- modules/20-services-entertainment/eco-service/main.tf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/20-services-entertainment/eco-service/main.tf b/modules/20-services-entertainment/eco-service/main.tf index 7616a2d..24f8a09 100644 --- a/modules/20-services-entertainment/eco-service/main.tf +++ b/modules/20-services-entertainment/eco-service/main.tf @@ -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 - }, + } ] }