flaver12 / docker-lemp-stack

LEMP-Stack with PHP7.3, Mysql 5.7, NGINX and Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOCKER LEMP STACK

This just a simply lemp stack, nothing to fancy. It's build for development, use it as production image at your own risk.

Symfony

For symfony user, I would recomend when mounting your project that you to it with :cached. It will make it a lot faster

Usage

docker-compose up -d or if you changed the dockerfile docker-compose build && docker-compose up -d

About

LEMP-Stack with PHP7.3, Mysql 5.7, NGINX and Redis

License:GNU General Public License v3.0


Languages

Language:Dockerfile 92.7%Language:Shell 5.7%Language:PHP 1.6%