diff options
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r-- | docker/jitsi/02_run.yml | 6 |
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' ] |