mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
correct the dynamic port specification
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user