Correcting n8n-io.yml docker path for database (#329)
This commit is contained in:
parent
912ca0a08f
commit
f0d348b9ac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue