Update docs/ocis/development/debugging.md

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
Roman Perekhod
2024-07-22 15:07:33 +02:00
committed by GitHub
parent 3cf39823f4
commit 46ed2296b5

View File

@@ -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
```