Skip to content
Snippets Groups Projects

fix port for mysql server

Merged Antoine Gaudron-Desjardins requested to merge fix_port into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading