Merge pull request #887 from jaredbhatti/patch-1

Remove commas at the end of "containerPort"
pull/625/head
Phillip Wittrock 2016-07-20 22:00:53 -07:00 committed by GitHub
commit cc6c22b52d
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"image": "redis",
"ports": [
{
"containerPort": 6379,
"containerPort": 6379
}
]
},
@ -23,7 +23,7 @@
"image": "django",
"ports": [
{
"containerPort": 8000,
"containerPort": 8000
}
]
}