Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 5, 2024
1 parent 3611005 commit 2a91f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- '10009'
- '9735'
ports:
- '8081:8080'
# - '8081:8080'
- '10001:10009'
- '9735:9735'
bob:
Expand All @@ -61,7 +61,7 @@ services:
- '10009'
- '9735'
ports:
- '8082:8080'
# - '8082:8080'
- '10002:10009'
- '9736:9735'
carol:
Expand All @@ -82,7 +82,7 @@ services:
- '10009'
- '9735'
ports:
- '8083:8080'
# - '8083:8080'
- '10003:10009'
- '9737:9735'
dave:
Expand All @@ -103,6 +103,6 @@ services:
- '10009'
- '9735'
ports:
- '8084:8080'
# - '8084:8080'
- '10004:10009'
- '9738:9735'

0 comments on commit 2a91f03

Please sign in to comment.