compose: add ability to change the JVB colibri REST API exposed port

Closes: #1250
This commit is contained in:
waja 2022-05-20 13:44:31 +02:00 committed by GitHub
parent 458515cb9e
commit 3b86df07b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: