Browse Source

jvb: forward port 8080 to docker host

chris-est 3 years ago
parent
commit
c5b049a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -267,6 +267,7 @@ services:
         restart: ${RESTART_POLICY}
         restart: ${RESTART_POLICY}
         ports:
         ports:
             - '${JVB_PORT}:${JVB_PORT}/udp'
             - '${JVB_PORT}:${JVB_PORT}/udp'
+            - '127.0.0.1:8080:8080'
         volumes:
         volumes:
             - ${CONFIG}/jvb:/config:Z
             - ${CONFIG}/jvb:/config:Z
         environment:
         environment: