alpine-nginx-php/README.md

14 lines
292 B
Markdown
Raw Permalink Normal View History

# luzifer-docker / alpine-nginx-php
2015-11-08 18:58:38 +00:00
Run nginx and php-fpm in a Docker container using s6 overlay
2015-11-08 18:58:38 +00:00
## Usage
```bash
## Build container (optional)
$ docker build -t luzifer/alpine-nginx-php .
## Execute radicale
$ docker run --rm -ti -v $(pwd):/var/www -p 80:80 luzifer/alpine-nginx-php
```