From 7a5a701bbf8abcfec6f6364687696581186bb8a3 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 26 Apr 2020 23:07:01 +0200 Subject: Upgrade jitsi --- docker/jitsi/02_run.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docker/jitsi/02_run.yml') diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml index b87f376..8d0fe75 100644 --- a/docker/jitsi/02_run.yml +++ b/docker/jitsi/02_run.yml @@ -16,20 +16,22 @@ services: #network: host #^-- I have some DNS problems on Fedora 32 in Docker image: superboum/amd64_jitsi_front:v4 - network_mode: host ports: - "443:443" env_file: [ 'dev.env' ] volumes: [ './jitsi-certs/:/certs:ro' ] jitsi-conference-focus: - build: ./jitsi-conference-focus - image: superboum/amd64_jitsi_conference_focus:v1 - network_mode: host + build: + context: ./jitsi-conference-focus + network: host + image: superboum/amd64_jitsi_conference_focus:v2 env_file: [ 'dev.env' ] volumes: [ './jitsi-certs/:/certs:ro' ] jitsi-videobridge: - build: ./jitsi-videobridge - image: superboum/amd64_jitsi_videobridge:v6 + build: + context: ./jitsi-videobridge + network: host + image: superboum/amd64_jitsi_videobridge:v9 network_mode: host ports: - "8080:8080/tcp" -- cgit v1.2.3