Skip to content

Commit f99fbdb

Browse files
author
www.xueximeng.com
committed
update
1 parent a50e90b commit f99fbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
- HEALTH_CHECK_TIMEOUT=10
4545
- HEALTH_CHECK_RETRIES=3
4646
healthcheck:
47-
test: ["/app/healthcheck.sh"]
47+
test: ["CMD-SHELL", "/app/healthcheck.sh"]
4848
interval: 30s
4949
timeout: 10s
5050
retries: 3

0 commit comments

Comments
 (0)