mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
compose: add ability to configure the Jicofo REST port in the host
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1546
This commit is contained in:
parent
b81bd5cd98
commit
809f63c2d8
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user