jvb: allow TCP_HARVESTER_MAPPED_PORT to be configured

This commit is contained in:
Desmond Koh
2020-04-21 20:16:35 +08:00
committed by GitHub
parent f7796a160e
commit 1205170056
5 changed files with 9 additions and 2 deletions

View File

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