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

Merge branch 'fix_port' into 'main'

fix port for mysql server

See merge request !11
parents 234eff0f 1dbc0c6c
No related branches found
No related tags found
1 merge request!11fix port for mysql server
Pipeline #43715 passed
...@@ -8,7 +8,7 @@ services: ...@@ -8,7 +8,7 @@ services:
env_file: .env env_file: .env
command: ["mysqld", "--authentication-policy=mysql_native_password"] command: ["mysqld", "--authentication-policy=mysql_native_password"]
ports: ports:
- "3307:3306" - "3306:3306"
volumes: volumes:
- mysql-db:/var/lib/mysql - 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