Configure non root db user

This commit is contained in:
Beshoy Girgis
2020-12-05 06:32:48 +00:00
parent 90047ca5ff
commit 038638a128
+2
View File
@@ -16,6 +16,8 @@ jobs:
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: TEST
MYSQL_USER: TEST
MYSQL_PASSWORD: TEST
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3