From 809f63c2d8fc6ab723997d1b5b8d777eb112e402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 8 May 2023 13:41:33 +0200 Subject: [PATCH] compose: add ability to configure the Jicofo REST port in the host Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1546 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1acaa54..6c7bd59 100644 --- a/docker-compose.yml +++ b/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: