Remove commas at the end of "containerPort"
"containerPort": 8000, should be "containerPort": 8000
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user