mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
964 B
964 B
Devilbox
The ultimate Docker LAMP/LEMP Stack for local development.
Specials
- All logs are available on your Host computer
- MySQL localhost socket is available in PHP container
- MySQL
127.0.0.1:3006
is available in PHP container - Xdebug is included
Run-time Matrix
You can choose any combination of the following docker images during run-time:
Webserver | Database | PHP |
---|---|---|
Apache 2.2 | MySQL 5.5 | PHP 5.5 |
Apache 2.4 | MySQL 5.6 | PHP 5.6 |
Nginx | MySQL 5.7 | PHP 7.0 |
MariaDB 5 | PHP 7.1 | |
MariaDB 10 |
Start
- Copy
env-example
to.env
- Edit
.env
docker-compose up