ucan-lab / docker-laravel

🐳 Build a simple laravel development environment with Docker Compose.
https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf
MIT License
1.17k stars 380 forks source link

cahnge mysql image src #256

Closed vahidalvandi closed 4 months ago

vahidalvandi commented 4 months ago

form mysql/mysql-server:8.0to mysql:8.0

https://hub.docker.com/_/mysql

ucan-lab commented 4 months ago

110

The image that previously supported Mac Apple M1 chip was mysql/mysql-server, so I changed it. Currently, mysql images are also supported, so I would like to go back to the original.