Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Dec 12, 2023
1 parent 43aecc8 commit f83360e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 56 deletions.
10 changes: 10 additions & 0 deletions convertigo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,16 @@ The default `DISABLE_SUDO` value is **empty** and can be defined this way:
$ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 convertigo
```

## `ENABLE_JDWP_DEBUG` Environment variable

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**.

The default `ENABLE_JDWP_DEBUG` value is **false** and can be defined this way:

```console
$ docker run -d –name C8O -e ENABLE_JDWP_DEBUG=true -p 28080:28080 convertigo
```

## Pre configurated Docker compose stack

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.
Expand Down
Loading

0 comments on commit f83360e

Please sign in to comment.