Skip to content

Commit

Permalink
Modifying the script name in Docker Compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git authored Mar 7, 2024
1 parent 2897814 commit 41bfd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ services:
image: ${IMAGE_REGISTRY:-ghcr.io/openimsdk}/openim-chat:${CHAT_IMAGE_VERSION:-latest}
container_name: openim-chat
healthcheck:
test: ["CMD", "/openim/openim-chat/scripts/check_all.sh"]
test: ["CMD", "/openim/openim-chat/scripts/check-all.sh"]
interval: 30s
timeout: 30s
retries: 10
Expand Down

0 comments on commit 41bfd2d

Please sign in to comment.