Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flaver12/docker-lemp-stack
- Owner: flaver12
- License: gpl-3.0
- Created: 2019-06-18T05:34:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T04:49:51.000Z (over 5 years ago)
- Last Synced: 2024-11-18T22:09:00.662Z (2 months ago)
- Topics: docker, docker-compose, docker-lemp, docker-lemp-phpmyadmin, mysql57, nodejs, php73, php73-fpm, phpmyadmin, yarn
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`