Merge pull request #887 from jaredbhatti/patch-1
Remove commas at the end of "containerPort"pull/625/head
commit
cc6c22b52d
|
@ -14,7 +14,7 @@
|
|||
"image": "redis",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 6379,
|
||||
"containerPort": 6379
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -23,7 +23,7 @@
|
|||
"image": "django",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 8000,
|
||||
"containerPort": 8000
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue