Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flaver12/docker-lemp-stack

LEMP-Stack with PHP7.3, Mysql 5.7, NGINX and Redis
https://github.com/flaver12/docker-lemp-stack

docker docker-compose docker-lemp docker-lemp-phpmyadmin mysql57 nodejs php73 php73-fpm phpmyadmin yarn

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`