Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yajatkaul authored and saghul committed Jan 16, 2025
1 parent 3fd2f7a commit 989888e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ follow these steps:
* For Windows:

```bash
echo web,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri | % { mkdir "~/.jitsi-meet-cfg/$_" }
echo web,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri
```
```bash
mkdir "~/.jitsi-meet-cfg/$_"
```

1. Run ``docker compose up -d``
Expand Down

0 comments on commit 989888e

Please sign in to comment.