Skip to content

Commit

Permalink
Update docker-compose.test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored Nov 9, 2024
1 parent cd0dbd9 commit 3aa3c63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ services:
MYSQL_PASSWORD: humhubpassword
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "humhubuser", "-phumhubpassword"]
interval: 5s
interval: 10s
timeout: 5s
retries: 10
retries: 5
start_period: 30s
command: --default-authentication-plugin=mysql_native_password
networks:
- humhub_test_network
Expand Down

0 comments on commit 3aa3c63

Please sign in to comment.