Commit 5c188bde authored by Terence Lee's avatar Terence Lee

fix typo

parent 2cfe2d7a
...@@ -33,7 +33,7 @@ class AppRunner ...@@ -33,7 +33,7 @@ class AppRunner
'PortBindings' => { 'PortBindings' => {
"#{CONTAINER_PORT}/tcp" => [{ "#{CONTAINER_PORT}/tcp" => [{
"HostIp" => HOST_IP, "HostIp" => HOST_IP,
"HostPort": HOST_PORT, "HostPort" => HOST_PORT,
}] }]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment