Skip to content

Commit f51739c

Browse files
committedJan 14, 2025··
feat: update healthcheck command in Docker Compose for improved service monitoring
1 parent ee85953 commit f51739c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
networks:
116116
- minichat
117117
healthcheck:
118-
test: ['CMD', 'mc', 'admin', 'info', 'localhost:9000']
118+
test: ['CMD', 'mc', 'ping', 'local', '--dp', '-c', '1']
119119
interval: 10s
120120
timeout: 60s
121121
retries: 5

0 commit comments

Comments
 (0)
Please sign in to comment.