aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/jitsi/README.md')
-rw-r--r--docker/jitsi/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/docker/jitsi/README.md b/docker/jitsi/README.md
index 8ca8ec5..ea90274 100644
--- a/docker/jitsi/README.md
+++ b/docker/jitsi/README.md
@@ -3,11 +3,18 @@ This installation is inspired by: https://github.com/jitsi/jitsi-meet/blob/maste
To build images:
```
-docker-compose build
+docker-compose -f 02_run.yml build
```
-To run stack:
+To gen the certs:
```
-docker-compose up --force-recreate
+docker-compose -f 01_gen_certs.yml up --force-recreate
+```
+
+To run the stack:
+
+
+```
+docker-compose -f 02_run.yml up --force-recreate
```