Skip to content

Commit

Permalink
wip: Add support for MariaDB #202
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Dec 8, 2020
1 parent 02399f1 commit e12b1a7
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: ["CMD", "mysqlshow --user=root --password=${MYSQL_ROOT_PASSWORD}"]
test: "mysqladmin ping --silent"
interval: 30s
timeout: 10s
retries: 3
Expand Down

0 comments on commit e12b1a7

Please sign in to comment.