Skip to content

Commit

Permalink
wip: Add support for MariaDB #202 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Dec 8, 2020
1 parent e12b1a7 commit 524b24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- MYSQL_USER=${MARIADB_USERNAME}
- MYSQL_PASSWORD=${MARIADB_PASSWORD}
healthcheck:
test: "mysqladmin ping --silent"
test: "mysqladmin ping --silent --password=${MARIADB_ROOT_PASSWORD}"
interval: 30s
timeout: 10s
retries: 3
Expand Down

0 comments on commit 524b24a

Please sign in to comment.