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 - }, + } ] }