Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Fix health check
  • Loading branch information
NaysKutzu committed Nov 28, 2024
1 parent 022e248 commit 81f374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
MARIADB_USER: ${DATABASE_USER}
MARIADB_PASSWORD: ${DATABASE_PASSWORD}
healthcheck:
test: mysqladmin ping -u$$MARIADB_USER -p$$MARIADB_PASSWORD
test: mysqladmin ping -u${DATABASE_USER} -p${DATABASE_PASSWORD}
interval: 5s
timeout: 5s
retries: 20
Expand Down

0 comments on commit 81f374b

Please sign in to comment.