diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-20 15:44:42 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-20 15:44:42 +0100 |
commit | 031f31e91eb3f934032d581989844c8e341042a9 (patch) | |
tree | 96c75d0dbd2a137b838605c15edd065da1743b43 /app/docker-compose.yml | |
parent | 5dfca7a713ce8322de9b0dbaa55aabb70b6ea585 (diff) | |
download | infrastructure-031f31e91eb3f934032d581989844c8e341042a9.tar.gz infrastructure-031f31e91eb3f934032d581989844c8e341042a9.zip |
WIP modernize jitsi conf
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index df7fee4..d734c20 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -58,7 +58,7 @@ services: # https://github.com/jitsi/jicofo PREFIXV: stable/jitsi-meet_ VERSION: 5390 - image: superboum/amd64_jitsi_conference_focus:v6 + image: superboum/amd64_jitsi_conference_focus:v7 jitsi-videobridge: build: @@ -67,7 +67,7 @@ services: # https://github.com/jitsi/jitsi-videobridge PREFIXV: stable/jitsi-meet_ VERSION: 5390 - image: superboum/amd64_jitsi_videobridge:v16 + image: superboum/amd64_jitsi_videobridge:v17 jitsi-xmpp: build: |