mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2025-09-21 03:21:00 +02:00
compose: add ability to change the JVB colibri REST API exposed port
Closes: #1250
This commit is contained in:
parent
458515cb9e
commit
3b86df07b2
@ -277,7 +277,7 @@ services:
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
||||
- '127.0.0.1:8080:8080'
|
||||
- '127.0.0.1:${JVB_COLIBRI_PORT:-8080}:8080'
|
||||
volumes:
|
||||
- ${CONFIG}/jvb:/config:Z
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user