diff options
| author | Alexander Potemkin <[email protected]> | 2020-12-22 17:07:57 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-22 09:07:57 -0500 |
| commit | f0d348b9acb399bde1dd74b5c64e4bc664691386 (patch) | |
| tree | 7e5796ed26dcf5a87760ab6d99948b01a4268053 | |
| parent | 912ca0a08f8fbe1d9b1b5800172a7964fda478a3 (diff) | |
| download | caprover-one-click-apps-f0d348b9acb399bde1dd74b5c64e4bc664691386.tar.gz caprover-one-click-apps-f0d348b9acb399bde1dd74b5c64e4bc664691386.zip | |
Correcting n8n-io.yml docker path for database (#329)
| -rw-r--r-- | public/v4/apps/n8n-io.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/n8n-io.yml b/public/v4/apps/n8n-io.yml index a21de58..3db2e43 100644 --- a/public/v4/apps/n8n-io.yml +++ b/public/v4/apps/n8n-io.yml @@ -47,7 +47,7 @@ caproverOneClickApp: - id: $$cap_postgres_version label: Postgres (database) version defaultValue: '12' - description: Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags + description: Check out their Docker page for the valid tags https://hub.docker.com/_/postgres?tab=tags validRegex: /^([^\s^\/])+$/ - id: $$cap_db_pass label: database password |
