Merge pull request #49 from gabemontero/fixContainerImageField
fix container image field - get as close to no value as currently pos…
This commit is contained in:
commit
f8edda4f04
2 changed files with 3 additions and 3 deletions
|
@ -164,7 +164,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "nodejs-mongodb-example",
|
||||
"image": "nodejs-mongodb-example",
|
||||
"image": " ",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 8080
|
||||
|
@ -288,7 +288,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "mongodb",
|
||||
"image": "mongodb",
|
||||
"image": " ",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 27017
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "nodejs-example",
|
||||
"image": "nodejs-example",
|
||||
"image": " ",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 8080
|
||||
|
|
Loading…
Add table
Reference in a new issue