Skip to content

Commit 5595deb

Browse files
committed
Fix bc-gateway port conflict
1 parent 5a5924b commit 5595deb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Deployment/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ services:
328328
dockerfile: Dockerfile
329329
ports:
330330
- 127.0.0.1:8095:8095
331-
- 127.0.0.1:1051:1044
331+
- 127.0.0.1:1052:1044
332332
environment:
333333
- JAVA_OPTS=-Xmx256m -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044
334334
- SPRING_PROFILES_ACTIVE=docker
@@ -349,4 +349,4 @@ services:
349349
condition: on-failure
350350
networks:
351351
opex:
352-
driver: bridge
352+
driver: bridge

0 commit comments

Comments
 (0)