Explorar o código

compose: add ability to configure the Jicofo REST port in the host

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1546
Saúl Ibarra Corretgé %!s(int64=2) %!d(string=hai) anos
pai
achega
809f63c2d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -262,7 +262,7 @@ services:
         image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
         restart: ${RESTART_POLICY:-unless-stopped}
         ports:
-            - '127.0.0.1:8888:8888'
+            - '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
         volumes:
             - ${CONFIG}/jicofo:/config:Z
         environment: