https://github.com/sheroz/docker-lemp
Docker environment for LEMP Stack ( Linux / Nginx / MySQL / PHP )
https://github.com/sheroz/docker-lemp
docker linux mysql nginx php
Last synced: 3 months ago
JSON representation
Docker environment for LEMP Stack ( Linux / Nginx / MySQL / PHP )
- Host: GitHub
- URL: https://github.com/sheroz/docker-lemp
- Owner: sheroz
- License: mit
- Created: 2019-04-30T16:53:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T04:37:15.000Z (about 7 years ago)
- Last Synced: 2025-06-06T17:40:37.564Z (about 1 year ago)
- Topics: docker, linux, mysql, nginx, php
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-lemp
Docker environment for LEMP Stack ( Linux / Nginx / MySQL / PHP )
# Default settings:
PROJECT_ROOT=./webapp
DB_ROOT_PASSWORD=qwerty
DB_NAME=webapp
DB_USERNAME=webapp
DB_PASSWORD=webapp
# Web Access
webRoot: localhost:8000
phpMyAdmin: localhost:8080