Skip to content

Commit

Permalink
chore: add comment about ports
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior authored Mar 28, 2022
1 parent 8d86312 commit a735532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devnet/cross-client/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
dockerfile: devnet/alice.Dockerfile
args:
DD_API_KEY: ${DD_API_KEY}
# we map ports on the host to random available ports such that one Gossamer instance do not conflict
# with another instance, and we can use local tooling to interact with Gossamer through this port mapping.
# You can find the port mapping with docker ps
ports:
- 7001
- 8545
Expand Down

0 comments on commit a735532

Please sign in to comment.