Remove an unwanted volume binding
This commit is contained in:
@@ -17,11 +17,6 @@ locals {
|
||||
tandoor_internal_port = 8080
|
||||
|
||||
tandoor_volumes = [
|
||||
{
|
||||
host_path = "/mnt/storage/media"
|
||||
container_path = "/media"
|
||||
read_only = true
|
||||
},
|
||||
{
|
||||
host_path = "${var.volume_path}/${local.container_name}/config"
|
||||
container_path = "/config"
|
||||
|
||||
Reference in New Issue
Block a user