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

Closes: #1250
pull/1284/merge
waja 3 years ago committed by GitHub
parent 458515cb9e
commit 3b86df07b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker-compose.yml

@ -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…
Cancel
Save