fix container image field - get as close to no value as currently possible

This commit is contained in:
gabemontero 2016-05-13 12:02:03 -04:00
parent 77f7d4bec3
commit 067d9b0bad
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@
"containers": [
{
"name": "django-psql-example",
"image": "django-psql-example",
"image": " ",
"ports": [
{
"containerPort": 8080
@ -296,7 +296,7 @@
"containers": [
{
"name": "postgresql",
"image": "postgresql",
"image": " ",
"ports": [
{
"containerPort": 5432

View File

@ -158,7 +158,7 @@
"containers": [
{
"name": "django-example",
"image": "django-example",
"image": " ",
"ports": [
{
"containerPort": 8080