Skip to content

Commit

Permalink
Merge pull request #10 from CiscoCloud/fix/readme-json-sample
Browse files Browse the repository at this point in the history
README: remove extra comma
  • Loading branch information
ryane committed Oct 30, 2015
2 parents 7545037 + b226d13 commit 61a5140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ You can run Mantl API on your cluster via Marathon. An example `mantl-api.json`
"container": {
"type": "DOCKER",
"docker": {
"image": "CiscoCloud/mantl-api:0.1.0",
"image": "ciscocloud/mantl-api:0.1.0",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 4001, "hostPort": 0 }
],
]
}
},
"instances": 1,
Expand Down

0 comments on commit 61a5140

Please sign in to comment.