Sign inSign up

wwright/magento2-db

By wwright

Updated almost 6 years ago

Image
0

10K+

wwright/magento2-db repository overview

MySQL for Magento2

THIS IS NOT FOR PRODUCTION USE

Magento Version Support

  • 2.4

Example Usage

docker-compose.yaml

  db:
    image: wwright/magento2-db
    volumes:
     - mysqldb:/var/lib/mysql
    ports:
     - "3306:3306"
    environment:
     - MYSQL_ROOT_PASSWORD=password123
     - MYSQL_DATABASE=magento

docker run wwright/magento2-db

Documentation

MySQL v8.0

Defaults

port 3306

adminuser: root

password and initial catalog are set via the Environment variables.

Extensability

Override with volume mount etc/mysql/mysql-config.cnf:/etc/mysql/conf.d/mysql-config.cnf

Tag summary

Content type

Image

Digest

Size

151.3 MB

Last updated

about 6 years ago

docker pull wwright/magento2-db