Skip to content

Commit 28f7d93

Browse files
typo
1 parent bf708b3 commit 28f7d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: convertigo/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ docker run -d --name C8O --link [mysql-container]:mysql -p 28080:28080
6969

7070
## Where is Convertigo Low Code server storing deployed projects
7171

72-
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 :
72+
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:
7373

7474
```console
7575
$ 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%%
247247

248248
## `DISABLE_SUDO` Environment variable
249249

250-
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.
250+
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.
251251

252252
The default `DISABLE_SUDO` value is **empty** and can be defined this way:
253253

0 commit comments

Comments
 (0)