- Run "docker compose run --rm composer install".
- Copy ".env.example" file and replace name of new file to ".env".
- Run "docker compose run --rm console regenerate-app-secret".
- Copy ".vscode.example" directory and replace name of new directory to ".vscode".
- Add to "MYSQL_PASSWORD" your value at ".env" file.
- Run "docker compose up -d app".
- You are ready!, click F5 for starting with debug mode and move to "http://localhost:50".
If you get error from docker about platform, check if the platform of mysql service (that configure in docker compose file) match to your platform.