From a2e0e7c876009007c6fadf6cdf198e8582b36927 Mon Sep 17 00:00:00 2001 From: Alexander Stielau Date: Mon, 4 May 2026 14:35:14 +0200 Subject: [PATCH] Update docker.mdx found a typo, fixed it. --- .../current/installation/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/installation/docker.mdx b/i18n/en/docusaurus-plugin-content-docs/current/installation/docker.mdx index 68ce579aa..92af5214a 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/installation/docker.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/installation/docker.mdx @@ -223,7 +223,7 @@ sudo docker compose pull If a new image is available, the following command will restart the container - otherwise, the existing one will continue running: ```sh -sudo docker-compose up -d +sudo docker compose up -d ``` ## Testing {#test}