From 28f7d938a0f139a35a6ca0b3e279246c75c8316c Mon Sep 17 00:00:00 2001 From: Nicolas Albert Date: Wed, 1 Feb 2023 18:57:09 +0100 Subject: [PATCH] typo --- convertigo/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convertigo/content.md b/convertigo/content.md index c2d19a0f8..e42e41696 100644 --- a/convertigo/content.md +++ b/convertigo/content.md @@ -69,7 +69,7 @@ $ docker run -d --name C8O --link [mysql-container]:mysql -p 28080:28080 ## Where is Convertigo Low Code server storing deployed projects -Projects are deployed in the Convertigo workspace, a simple file system directory. You can map the docker container **/workspace** to your physical system by using : +Projects are deployed in the Convertigo workspace, a simple file system directory. You can map the docker container **/workspace** to your physical system by using: ```console $ docker run --name C8O -v $(pwd):/workspace -d -p 28080:28080 %%IMAGE%% @@ -247,7 +247,7 @@ $ docker run -d --name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%% ## `DISABLE_SUDO` Environment variable -The image include **sudo** command line, configured to allow the **convertigo** user to use it without password and to perform some **root** action inside the container. This variable allows to disable this permission. +The image includes **sudo** command line, configured to allow the **convertigo** user to use it without password and to perform some **root** action inside the container. This variable allows to disable this permission. The default `DISABLE_SUDO` value is **empty** and can be defined this way: