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

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

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