Try to fix mysql - try user name2

This commit is contained in:
Alexander Meindl
2021-03-18 08:28:39 +01:00
parent 514a6f3cae
commit 6713c3749b

View File

@@ -20,9 +20,7 @@ jobs:
mysql:
image: mysql:8.0
env:
MYSQL_USER: root
MYSQL_ROOT_PASSWORD: 'BestPasswordEver'
MYSQL_PASSWORD: 'BestPasswordEver'
ports:
# will assign a random free host port
- 3306/tcp