Skip to content

Commit

Permalink
[issue_1160][docker] Fixed name error when using docker-compose quick…
Browse files Browse the repository at this point in the history
… experience
  • Loading branch information
Jixiangup committed Mar 21, 2024
1 parent a6f905b commit 8c4dafb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ services:
TZ: Asia/Shanghai
ports:
- 3306:3306
container_name: taier-db
taier-zk:
image: zookeeper:3.4.9
container_name: taier-zk
taier:
image: dtopensource/taier:latest
environment:
Expand All @@ -21,4 +23,5 @@ services:
DB_PASSWORD: 123456
TZ: Asia/Shanghai
ports:
- 8090:8090
- 8090:8090
container_name: taier

0 comments on commit 8c4dafb

Please sign in to comment.