From 46ed2296b54190471f5f0702d24297bc215bde6d Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Mon, 22 Jul 2024 15:07:33 +0200 Subject: [PATCH] Update docs/ocis/development/debugging.md Co-authored-by: Martin --- docs/ocis/development/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/development/debugging.md b/docs/ocis/development/debugging.md index a4d9bba1e..a9721fb9f 100644 --- a/docs/ocis/development/debugging.md +++ b/docs/ocis/development/debugging.md @@ -147,8 +147,8 @@ make debug-docker ```bash export OCIS_DOCKER_TAG=debug ``` -3. Run the docker-compose -Building the docker-compose command depends on what you want to debug, for example `ocis` and `collaboration` with the `collabora` supports. +3. Run docker compose +Building the docker compose command depends on what you want to debug, for example `ocis` and `collaboration` with the `collabora` supports. ```bash docker compose -f docker-compose.yml -f ocis.yml -f collabora.yml -f debug-ocis.yml -f debug-collaboration-collabora.yml up -d ```