https://github.com/m2nx/docker-lnmp
quick start lnmp enviroment with docker
https://github.com/m2nx/docker-lnmp
Last synced: 3 months ago
JSON representation
quick start lnmp enviroment with docker
- Host: GitHub
- URL: https://github.com/m2nx/docker-lnmp
- Owner: m2nx
- Created: 2017-03-31T03:33:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T06:27:37.000Z (about 8 years ago)
- Last Synced: 2025-01-11T11:36:00.629Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Start
- Clone
```
https://github.com/Nesoi/docker-lnmp.git
```- CD
```
cd docker-php-nginx-mysql-pma
```- edit the ports you want
```
emacs docker-compose.yml
```- Start
```
docker-compose up -d
```- Put php code into www
- Go!#### Mysql
- Open http://IP:8089 to use the phpmyadmin