mysql give error when running the docker composer - node js
问题 I am trying to deploy my node js application with docker but when I am running the docker compose it giving an error at the end. There is an issue in MySQL.I am running the command in terminal: docker-compose up --build docker-compose.yml version: '3' services: db: build: context: . dockerfile: ./docker/Dockerfile-mysql container_name: mydb command: --explicit_defaults_for_timestamp=1 environment: - MYSQL_ALLOW_EMPTY_PASSWORD=yes - MYSQL_DATABASE=dbautokab - MYSQL_USER=root - MYSQL_PASSWORD=