parent
a8c92f599a
commit
d31b0d4fb3
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ resource "docker_service" "instance" {
|
|||
target_port = ports.value.container
|
||||
published_port = ports.value.host
|
||||
protocol = ports.value.protocol
|
||||
publish_mode = "ingress"
|
||||
publish_mode = ports.value.publish_mode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue