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.
This commit is contained in:
loulou2852 2021-12-24 17:35:12 +01:00 committed by GitHub
parent 0a80f8e9e7
commit 802e111c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ services:
NC_CONNECT_TO_EXTERNAL_DB_DISABLED: '$$cap_connect_to_external_db_disabled' NC_CONNECT_TO_EXTERNAL_DB_DISABLED: '$$cap_connect_to_external_db_disabled'
NC_DISABLE_TELE: '$$cap_disable_tele' NC_DISABLE_TELE: '$$cap_disable_tele'
volumes: volumes:
- '$$cap_appname-data:/srv/data' - '$$cap_appname-data:/usr/app/data'
caproverExtra: caproverExtra:
containerHttpPort: '8080' containerHttpPort: '8080'
caproverOneClickApp: caproverOneClickApp:
variables: variables:
- id: '$$cap_version' - id: '$$cap_version'
label: NocoDB 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 description: Check out their Docker page for the valid tags https://hub.docker.com/r/nocodb/nocodb/tags
validRegex: "/^([^\\s^\\/])+$/" validRegex: "/^([^\\s^\\/])+$/"
- id: '$$cap_nc_db' - id: '$$cap_nc_db'