diff options
| author | Alex <[email protected]> | 2020-08-25 13:32:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-25 08:32:57 -0400 |
| commit | ab9e7e0ba598f00982a0fe6e86837abcbc1fbf6c (patch) | |
| tree | 8c3921108af463a6087b6501cb93dc6fcf159b20 /public/v4/apps/codimd.yml | |
| parent | 6a3b5d6ef2cc63b1855b02a9ec87819bbbf5e250 (diff) | |
| download | caprover-one-click-apps-ab9e7e0ba598f00982a0fe6e86837abcbc1fbf6c.tar.gz caprover-one-click-apps-ab9e7e0ba598f00982a0fe6e86837abcbc1fbf6c.zip | |
Fix timezone config in CodiMD OCA (#254)
Diffstat (limited to 'public/v4/apps/codimd.yml')
| -rw-r--r-- | public/v4/apps/codimd.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/v4/apps/codimd.yml b/public/v4/apps/codimd.yml index 63dc2d2..dfa64c7 100644 --- a/public/v4/apps/codimd.yml +++ b/public/v4/apps/codimd.yml @@ -9,7 +9,7 @@ services: MYSQL_PASSWORD: $$cap_DB_PASS PGID: 1000 PUID: 1000 - TZ: Europe/London + TZ: $$cap_timezone volumes: - $$cap_appname-mariadb-config:/config caproverExtra: @@ -23,7 +23,7 @@ services: DB_PORT: 3306 PGID: 1000 PUID: 1000 - TZ: Europe/London + TZ: $$cap_timezone image: linuxserver/codimd:1.6.0-ls44 restart: always volumes: @@ -36,6 +36,10 @@ caproverOneClickApp: description: Password to connect to the database defaultValue: $$cap_gen_random_hex(16) id: $$cap_DB_PASS + - label: Timezone + description: This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + defaultValue: Europe/London + id: $$cap_timezone instructions: start: |- Realtime collaborative markdown notes on all platforms. |
