|
@@ -142,7 +142,7 @@ services:
|
|
restart: ${RESTART_POLICY}
|
|
restart: ${RESTART_POLICY}
|
|
ports:
|
|
ports:
|
|
- '${JVB_PORT}:${JVB_PORT}/udp'
|
|
- '${JVB_PORT}:${JVB_PORT}/udp'
|
|
- - '${JVB_TCP_MAPPED_PORT}:${JVB_TCP_PORT}'
|
|
|
|
|
|
+ - '${JVB_TCP_PORT}:${JVB_TCP_PORT}'
|
|
volumes:
|
|
volumes:
|
|
- ${CONFIG}/jvb:/config:Z
|
|
- ${CONFIG}/jvb:/config:Z
|
|
environment:
|
|
environment:
|