Skip to content

Commit

Permalink
Merge pull request #47 from MZC-CSC/develop
Browse files Browse the repository at this point in the history
Fixed cm-cicada not running bug
  • Loading branch information
MZC-CSC authored Dec 2, 2024
2 parents 9ff662e + bc3b224 commit 7b92c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ services:
- ./data/cm-cicada/CM-CICADA.db:/CM-CICADA.db:rw
# To ensure the order of dependencies, we are explicitly using the entrypoint(./conf/depends_on_order/~.sh)
entrypoint: ["/tool/entrypoint.sh"]
command: ["/cm-cicada"]
healthcheck:
test: [ "CMD", "/app/tool/mayfly", "rest", "get", "http://cm-cicada:8083/cicada/readyz" ]
interval: 10m
Expand Down

0 comments on commit 7b92c5c

Please sign in to comment.