Remove commas at the end of "containerPort"
"containerPort": 8000, should be "containerPort": 8000pull/887/head
parent
327d1d3cc0
commit
55d549283f
|
@ -14,7 +14,7 @@
|
||||||
"image": "redis",
|
"image": "redis",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 6379,
|
"containerPort": 6379
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"image": "django",
|
"image": "django",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 8000,
|
"containerPort": 8000
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue