Skip to content

Updated documentation for Convertigo 8.4.3#2675

Open
nicolas-albert wants to merge 1 commit into
docker-library:masterfrom
convertigo:convertigo-2026.05.29
Open

Updated documentation for Convertigo 8.4.3#2675
nicolas-albert wants to merge 1 commit into
docker-library:masterfrom
convertigo:convertigo-2026.05.29

Conversation

@nicolas-albert
Copy link
Copy Markdown
Contributor

Thx!

Comment thread convertigo/content.md
-Dconvertigo.engine.billing.persistence.jdbc.password=[password for specified db user] \
-Dconvertigo.engine.billing.persistence.jdbc.url=jdbc:mysql://mysql:3306/c8oAnalytics" \
%%IMAGE%%
docker run -d --name C8O \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend not removing the $ at the beginning of command lines in a console code block, since that lets the syntax highlighter know that the line should be highlighted like a command and not the output of a command (with the line-end backslashes letting it know to continue the command syntax).

Comment thread convertigo/content.md
Comment on lines -254 to +351
$ docker run -d --name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 %%IMAGE%%
docker run -d name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 %%IMAGE%%
Copy link
Copy Markdown
Member

@yosifkit yosifkit Jun 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few instances like this one where an en dash is sneaking in where it does not make sense, like a command line (and one where it already has on L284/R381). Plus, this is incorrectly replacing a --name with -name even if the dash was the correct dash (-) and not en dash ().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants