-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
This is the error:
[Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
and my docker-compose file says:
db:
image: mysql:latest
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: mypassword
volumes:
- db:/var/lib/mysql
Metadata
Metadata
Assignees
Labels
No labels