Skip to content
Snippets Groups Projects
Commit 4e6da8e1 authored by Moreau Elise's avatar Moreau Elise
Browse files

set temporary password and login to db

parent 84c2cf35
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ return function (ContainerBuilder $containerBuilder) {
'host' => 'db',
'port' => 3306,
'dbname' => 'covid',
'user' => 'root',
'password' => 'root',
'user' => 'user',
'password' => 'user',
//'charset' => 'utf-8'
]
],
......
......@@ -21,6 +21,9 @@ services:
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: covid
MYSQL_USER: user
MYSQL_PASSWORD: user
phpmyadmin:
image: phpmyadmin
restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment