aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/02_run.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r--docker/jitsi/02_run.yml4
1 files changed, 2 insertions, 2 deletions
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' ]