version: "3"
services:
mysql:
image: yvdedu/mysql:5
# image: yvdedu/mysql:5.6
# image: yvdedu/mysql:8
container_name: mysql
volumes:
- ./mysql:/mysql
ports:
- 3306:3306
Content type
Image
Digest
Size
63.4 MB
Last updated
over 5 years ago
docker pull yvdedu/mysql:5