Skip to content

Commit f83360e

Browse files
Run update.sh
1 parent 43aecc8 commit f83360e

File tree

3 files changed

+62
-56
lines changed

3 files changed

+62
-56
lines changed

convertigo/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@ The default `DISABLE_SUDO` value is **empty** and can be defined this way:
312312
$ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 convertigo
313313
```
314314

315+
## `ENABLE_JDWP_DEBUG` Environment variable
316+
317+
Convertigo operates using the JVM (Java Virtual Machine). To enable remote debugging of the JVM, it's necessary to start it with specific options. By default, this configuration is not enabled. However, if you wish to automatically activate remote debugging over the JDWP port 8000, set the `ENABLE_JDWP_DEBUG` value to **true**.
318+
319+
The default `ENABLE_JDWP_DEBUG` value is **false** and can be defined this way:
320+
321+
```console
322+
$ docker run -d –name C8O -e ENABLE_JDWP_DEBUG=true -p 28080:28080 convertigo
323+
```
324+
315325
## Pre configurated Docker compose stack
316326

317327
You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo Low Code server with FullSync repository and MySQL analytics in a few command lines.

0 commit comments

Comments
 (0)