Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0f3e687

Browse files
authored
Merge pull request #572 from xxcxy/dev-maven
fix ejb server port
2 parents 716bdf2 + e0abe91 commit 0f3e687

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ services:
2626
depends_on:
2727
- "tc-informixdb"
2828
- "tc-cache"
29+
hostname: "docker.topcoder-dev.com"
2930
ports:
3031
- "8080:8080"
3132
- "443:443"
3233
- "1099:1099"
34+
- "1098:1098"
35+
- "3873:3873"
36+
- "4446:4446"

0 commit comments

Comments
 (0)