Skip to content
Snippets Groups Projects
Commit 1dbc0c6c authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

fix port for mysql server

parent 234eff0f
No related branches found
No related tags found
1 merge request!11fix port for mysql server
Pipeline #43714 passed
......@@ -8,7 +8,7 @@ services:
env_file: .env
command: ["mysqld", "--authentication-policy=mysql_native_password"]
ports:
- "3307:3306"
- "3306:3306"
volumes:
- mysql-db:/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment