podex/nodejs-hello: add hostPort

pull/6/head
Johan Euphrosine 2014-10-02 01:42:54 -07:00
parent 68ce589d5f
commit 1b2604f642
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"ports": [
{
"name": "nodejs-hello-tcp-8080",
"hostPort": 80,
"containerPort": 8080,
"protocol": "TCP"
}

View File

@ -6,5 +6,6 @@ containers:
image: google/nodejs-hello
ports:
- name: nodejs-hello-tcp-8080
hostPort: 80
containerPort: 8080
protocol: TCP