summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorloulou2852 <[email protected]>2021-12-24 17:35:12 +0100
committerGitHub <[email protected]>2021-12-24 08:35:12 -0800
commit802e111c38b37b2b2ed9e21958621f8507e7d51b (patch)
treefeffedc13ceb4da64003d2cffd7ab21f1deed7e1
parent0a80f8e9e756d04896d531a39506f1523462a6fa (diff)
downloadcaprover-one-click-apps-802e111c38b37b2b2ed9e21958621f8507e7d51b.tar.gz
caprover-one-click-apps-802e111c38b37b2b2ed9e21958621f8507e7d51b.zip
Update nocodb.yml (#586)
Update volume path to updated version and change to the latest version. With previous path, an update won't keep the persistent directory.
-rw-r--r--public/v4/apps/nocodb.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/nocodb.yml b/public/v4/apps/nocodb.yml
index 81983eb..00f2d81 100644
--- a/public/v4/apps/nocodb.yml
+++ b/public/v4/apps/nocodb.yml
@@ -12,14 +12,14 @@ services:
NC_CONNECT_TO_EXTERNAL_DB_DISABLED: '$$cap_connect_to_external_db_disabled'
NC_DISABLE_TELE: '$$cap_disable_tele'
volumes:
- - '$$cap_appname-data:/srv/data'
+ - '$$cap_appname-data:/usr/app/data'
caproverExtra:
containerHttpPort: '8080'
caproverOneClickApp:
variables:
- id: '$$cap_version'
label: NocoDB Version
- defaultValue: '0.9.19'
+ defaultValue: '0.83.8'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/nocodb/nocodb/tags
validRegex: "/^([^\\s^\\/])+$/"
- id: '$$cap_nc_db'