Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit b1eb622

Browse files
authored
Update MySQL healthcheck password in compose.yml
1 parent acd651f commit b1eb622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- MYSQL_USER=user
1212
- MYSQL_PASSWORD=password
1313
healthcheck:
14-
test: [ "CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-p${MYSQL_ROOT_PASSWORD}" ]
14+
test: [ "CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-ppassword" ]
1515
interval: 10s
1616
timeout: 5s
1717
retries: 5

0 commit comments

Comments
 (0)