Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stucki/docker-lemp

Run Nginx, php-fpm and MariaDB using Docker
https://github.com/stucki/docker-lemp

Last synced: 6 days ago
JSON representation

Run Nginx, php-fpm and MariaDB using Docker

Awesome Lists containing this project

README

        

# docker-lemp

Run Nginx, php-fpm and MariaDB using [Docker]

## Requirements
Install [Docker] and [Compose]

## Usage
```
docker-compose up -d
docker-compose logs
docker-compose stop
docker-compose rm
```

=====================

[Docker]: https://www.docker.io/
[Compose]: http://docs.docker.com/compose/install/