Merge pull request #44 from gabemontero/fixContainerImageField
fix container image field - get as close to no value as currently pos…
This commit is contained in:
commit
4e6e4bac6f
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "django-example",
|
||||
"image": "django-example",
|
||||
"image": " ",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 8080
|
||||
|
|
Loading…
Reference in a new issue