diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-22 16:05:42 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-22 16:05:42 +0100 |
commit | e24522d8285878240ee0d873616bc177313aa7ba (patch) | |
tree | 2522bb5878b498d4675b0f0111aae00870682968 /docker/jitsi/README.md | |
parent | 0a1027a1ac8390422033b8eeff1f7412b58d961d (diff) | |
download | infrastructure-e24522d8285878240ee0d873616bc177313aa7ba.tar.gz infrastructure-e24522d8285878240ee0d873616bc177313aa7ba.zip |
Jitsi front seems ok
Diffstat (limited to 'docker/jitsi/README.md')
-rw-r--r-- | docker/jitsi/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/jitsi/README.md b/docker/jitsi/README.md index 738a63d..8ca8ec5 100644 --- a/docker/jitsi/README.md +++ b/docker/jitsi/README.md @@ -9,5 +9,5 @@ docker-compose build To run stack: ``` -docker-compose up +docker-compose up --force-recreate ``` |