Skip to content

Commit

Permalink
fix: change inner ports
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Jun 26, 2024
1 parent be777c4 commit 4d4c744
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/sim/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ services:
platform: linux/amd64
environment:
- SELF_PARTY=alice
- PORT=8090
ports:
- 8090:8090
- 8090:8888
volumes:
- ./alice:/root/workspace

Expand All @@ -15,8 +14,7 @@ services:
platform: linux/amd64
environment:
- SELF_PARTY=bob
- PORT=8092
ports:
- 8092:8092
- 8092:8888
volumes:
- ./bob:/root/workspace

0 comments on commit 4d4c744

Please sign in to comment.