fix container image field - get as close to no value as currently possible
This commit is contained in:
parent
77f7d4bec3
commit
067d9b0bad
2 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "django-psql-example",
|
"name": "django-psql-example",
|
||||||
"image": "django-psql-example",
|
"image": " ",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 8080
|
"containerPort": 8080
|
||||||
|
@ -296,7 +296,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "postgresql",
|
"name": "postgresql",
|
||||||
"image": "postgresql",
|
"image": " ",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 5432
|
"containerPort": 5432
|
||||||
|
|
|
@ -158,7 +158,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "django-example",
|
"name": "django-example",
|
||||||
"image": "django-example",
|
"image": " ",
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"containerPort": 8080
|
"containerPort": 8080
|
||||||
|
|
Loading…
Reference in a new issue