From f0d348b9acb399bde1dd74b5c64e4bc664691386 Mon Sep 17 00:00:00 2001 From: Alexander Potemkin Date: Tue, 22 Dec 2020 17:07:57 +0300 Subject: [PATCH] Correcting n8n-io.yml docker path for database (#329) --- public/v4/apps/n8n-io.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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