diff options
Diffstat (limited to 'public/v2/apps/pgadmin4.json')
| -rw-r--r-- | public/v2/apps/pgadmin4.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/public/v2/apps/pgadmin4.json b/public/v2/apps/pgadmin4.json index 512e543..eae5b91 100644 --- a/public/v2/apps/pgadmin4.json +++ b/public/v2/apps/pgadmin4.json @@ -10,9 +10,7 @@ "image": "thajeztah/pgadmin4:$$cap_pgadmin4_version", "containerHttpPort": "5050", "restart": "always", - "volumes": [ - "$$cap_appname-data:/pgadmin" - ] + "volumes": ["$$cap_appname-data:/pgadmin"] } } }, @@ -20,7 +18,8 @@ "start": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.\n\n Enter your Configuration parameters and click on next. It will take about a minute for the process to finish.", "end": "pgAdmin is deployed and available as $$cap_appname" }, - "variables": [{ + "variables": [ + { "id": "$$cap_pgadmin4_version", "label": "Version Tag", "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/", @@ -28,4 +27,4 @@ "validRegex": "/^([^\\s^\\/])+$/" } ] -}
\ No newline at end of file +} |
