Try to fix mysql - try user name

This commit is contained in:
Alexander Meindl
2021-03-18 08:24:20 +01:00
parent 677d99a2cc
commit 514a6f3cae

View File

@@ -20,8 +20,8 @@ jobs:
mysql: mysql:
image: mysql:8.0 image: mysql:8.0
env: env:
MYSQL_DATABASE: redmine
MYSQL_USER: root MYSQL_USER: root
MYSQL_ROOT_PASSWORD: 'BestPasswordEver'
MYSQL_PASSWORD: 'BestPasswordEver' MYSQL_PASSWORD: 'BestPasswordEver'
ports: ports:
# will assign a random free host port # will assign a random free host port