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