sha256:243c57c2958b2b665bee9dcac81ddf06d7f5cd7ce434da963e885ed8e5d736c7
Last pushed
over 1 year by ivchicano
Type
Compose
Manifest digest
sha256:243c57c2958b2b665bee9dcac81ddf06d7f5cd7ce434da963e885ed8e5d736c7
services:
db:
image: mysql:8
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_DATABASE=demo
volumes:
- db_data:/var/lib/mysql
ports:
- 3306:3306
volumes:
db_data:docker compose -f oci://ivchicano/hello-world:latest upUse the above command to pull and run the Compose file. Learn more.
MySQL is a widely used, open-source relational database management system (RDBMS).
Pulls
1B+
Stars
16185
Last Updated
4 days