Skip to content

Commit

Permalink
build($docker-compose): correct MYSQL_HOST of open-zipkin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 15, 2020
1 parent cb64715 commit 5db8c28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
MYSQL_DB: zipkin
MYSQL_USER: root
MYSQL_PASS: "jm@mysql"
MYSQL_HOST: 172.16.1.10
MYSQL_HOST: 172.16.4.10
MYSQL_TCP_PORT: 3306
TZ: Asia/Hong_Kong
# Uncomment to enable scribe
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
MYSQL_DB: zipkin
MYSQL_USER: root
MYSQL_PASS: "jm@mysql"
MYSQL_HOST: 172.16.1.10
MYSQL_HOST: 172.16.3.10
MYSQL_TCP_PORT: 3306
TZ: Asia/Hong_Kong
# Uncomment to enable scribe
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
MYSQL_DB: zipkin
MYSQL_USER: root
MYSQL_PASS: "jm@mysql"
MYSQL_HOST: 172.16.1.10
MYSQL_HOST: 172.16.2.10
MYSQL_TCP_PORT: 3306
TZ: Asia/Hong_Kong
# Uncomment to enable scribe
Expand Down

0 comments on commit 5db8c28

Please sign in to comment.