I created a docker-compose.yml file with the code below :
docker-compose.yml
version: "3.8" services: db: image: mysql:latest command: --default-au