diff --git a/extra/jitsi-meet.yml b/extra/jitsi-meet.yml index 3c47167..5670540 100644 --- a/extra/jitsi-meet.yml +++ b/extra/jitsi-meet.yml @@ -3,7 +3,7 @@ version: '3' services: # Frontend jitsi-web: - image: jitsi/web + image: jitsi/web:stable-5142-3 restart: unless-stopped #ports: #- '${HTTP_PORT}:80' @@ -111,7 +111,7 @@ services: # XMPP server jitsi-prosody: - image: jitsi/prosody:latest + image: jitsi/prosody:stable-5142-3 restart: unless-stopped expose: - '5222' @@ -182,7 +182,7 @@ services: # Focus component jitsi-jicofo: - image: jitsi/jicofo:latest + image: jitsi/jicofo:stable-5142-3 restart: unless-stopped volumes: - ${CONFIG}/jicofo:/config:Z @@ -213,7 +213,7 @@ services: # Video bridge jitsi-jvb: - image: jitsi/jvb:latest + image: jitsi/jvb:stable-5142-3 restart: unless-stopped ports: - '${JVB_PORT}:${JVB_PORT}/udp'