correct the dynamic port specification

This commit is contained in:
Alex Dadgar
2016-06-16 11:27:42 -07:00
parent a15beb80c4
commit bcb7fa1371

View File

@@ -209,7 +209,12 @@ If you prefer to use the traditional port-mapping method, you can specify the
task "redis" {
driver = "docker"
port "redis" {}
resources {
network {
mbits = 20
port "redis" {}
}
}
config {
image = "redis"