Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 383 Bytes

File metadata and controls

7 lines (4 loc) · 383 Bytes

Ticketfly MySQL 5.6 Docker image

This image was created from the official MySQL docker image.

It is configured to accept 500 connections (the default is 151), an InnoDB buffer pool size of 512M, and the root user doesn't have a password.

It also contains a utility tool to wait for MySQL to be up (https://github.com/vishnubob/wait-for-it).