mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2025-09-21 11:31: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}
|
restart: ${RESTART_POLICY}
|
||||||
ports:
|
ports:
|
||||||
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
||||||
- '127.0.0.1:8080:8080'
|
- '127.0.0.1:${JVB_COLIBRI_PORT:-8080}:8080'
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG}/jvb:/config:Z
|
- ${CONFIG}/jvb:/config:Z
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user