Skip to content

Commit

Permalink
fix: expose port shifted by 1 (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Li Zhanhui <lizhanhui@gmail.com>
  • Loading branch information
lizhanhui authored Oct 26, 2023
1 parent 06fec55 commit f96bc78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribution/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- ROCKETMQ_NODE_ADVERTISE_ADDRESS=192.168.123.147:8081
ports:
- "8081:8081"
- "8082:8082"
# https://docs.docker.com/compose/compose-file/05-services/#depends_on
depends_on:
mysql-server:
Expand All @@ -22,6 +23,7 @@ services:
- ROCKETMQ_NODE_ADVERTISE_ADDRESS=192.168.123.147:8181
ports:
- "8181:8181"
- "8182:8182"
# https://docs.docker.com/compose/compose-file/05-services/#depends_on
depends_on:
mysql-server:
Expand Down

0 comments on commit f96bc78

Please sign in to comment.