Skip to content

Commit

Permalink
fix(devtool): specify the host machine port used by explorer service (#…
Browse files Browse the repository at this point in the history
…1415)

The 4020 port of the Docker container should be mapped to the 4020 port of the host machine.
  • Loading branch information
sunchengzhu authored Sep 11, 2023
1 parent cc2a393 commit 10b8b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/chain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
env_file:
- ./blockscan-explorer.env
ports:
- 4020
- 4020:4020
networks:
- axon-net
restart: unless-stopped
Expand Down

0 comments on commit 10b8b15

Please sign in to comment.