Skip to content

Commit

Permalink
fix depend on postgres error (#998)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chuang <ifrenzyc@gmail.com>
  • Loading branch information
ifrenzyc authored May 31, 2023
1 parent e7f698a commit 7ca033f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
TZ: Asia/Shanghai
LANG: zh_CN.UTF-8
depends_on:
- mysql
- postgres
- iotdb
volumes:
- ./conf/application.yml:/opt/hertzbeat/config/application.yml
Expand Down

0 comments on commit 7ca033f

Please sign in to comment.