Skip to content

Commit 3b86df0

Browse files
authored
compose: add ability to change the JVB colibri REST API exposed port
Closes: jitsi#1250
1 parent 458515c commit 3b86df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ services:
277277
restart: ${RESTART_POLICY}
278278
ports:
279279
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
280-
- '127.0.0.1:8080:8080'
280+
- '127.0.0.1:${JVB_COLIBRI_PORT:-8080}:8080'
281281
volumes:
282282
- ${CONFIG}/jvb:/config:Z
283283
environment:

0 commit comments

Comments
 (0)