aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/02_run.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-05 10:42:08 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-05 10:42:08 +0200
commita4799a8e27fbdbe8349d1f9174df7dfd5b3d04b4 (patch)
treeb51eed6f2001406a7a25bbe56e2ebe79c4c08601 /docker/jitsi/02_run.yml
parent9ee88782339a861f9b98c8c870a3eee4032155b5 (diff)
parent510158e301d3a5da6c1d84a65dbc04b03a4d56eb (diff)
downloadinfrastructure-a4799a8e27fbdbe8349d1f9174df7dfd5b3d04b4.tar.gz
infrastructure-a4799a8e27fbdbe8349d1f9174df7dfd5b3d04b4.zip
Merge branch 'feature/jitsi-upgrade'
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r--docker/jitsi/02_run.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml
index 018fcb7..e1db056 100644
--- a/docker/jitsi/02_run.yml
+++ b/docker/jitsi/02_run.yml
@@ -12,7 +12,7 @@ services:
volumes: [ './jitsi-certs/:/certs:ro' ]
jitsi-front:
build: ./jitsi-front
- image: superboum/amd64_jitsi_front:v1
+ image: superboum/amd64_jitsi_front:v3
network_mode: host
ports:
- "443:443"
@@ -26,10 +26,10 @@ services:
volumes: [ './jitsi-certs/:/certs:ro' ]
jitsi-videobridge:
build: ./jitsi-videobridge
- image: superboum/amd64_jitsi_videobridge:v4
+ image: superboum/amd64_jitsi_videobridge:v6
network_mode: host
ports:
- - "4443:4443"
+ - "995:995"
- "10000:10000/udp"
env_file: [ 'dev.env' ]
volumes: [ './jitsi-certs/:/certs:ro' ]