From 65bb59b3071b21cfd1702526cedd76ca0fa2cff5 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Mon, 11 May 2026 19:07:11 +0545 Subject: [PATCH] fix docker compose cmd --- docs/dev/web/development/tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/web/development/tooling.md b/docs/dev/web/development/tooling.md index ad449285..7ecda429 100644 --- a/docs/dev/web/development/tooling.md +++ b/docs/dev/web/development/tooling.md @@ -40,7 +40,7 @@ After cloning the source code, install the dependencies via `pnpm install`. ### Starting the Server -You can start the OpenCloud server by running `docker-compose up opencloud -d`. If you want to run the full stack, you can run `docker-compose up -d` instead. This will also start the wopi service and an instance of Collabora. +You can start the OpenCloud server by running `docker compose up opencloud -d`. If you want to run the full stack, you can run `docker compose up -d` instead. This will also start the wopi service and an instance of Collabora. ### Building and Accessing Web