From 7c4cef0f9c684a8d29cceb5991d9aab3f6702d84 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 2 Apr 2020 20:24:50 +0200 Subject: Try to improve Jitsi --- docker/jitsi/02_run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/jitsi/02_run.yml') diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml index 018fcb7..3d37f85 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:v2 network_mode: host ports: - "443:443" @@ -26,7 +26,7 @@ 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" -- cgit v1.2.3 From 510158e301d3a5da6c1d84a65dbc04b03a4d56eb Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 5 Apr 2020 10:41:24 +0200 Subject: Last jitsi config --- docker/jitsi/02_run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/jitsi/02_run.yml') diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml index 3d37f85..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:v2 + image: superboum/amd64_jitsi_front:v3 network_mode: host ports: - "443:443" @@ -29,7 +29,7 @@ services: 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' ] -- cgit v1.2.3