mirror of
https://github.com/luzifer-docker/alpine-nginx-php.git
synced 2024-12-20 03:01:19 +00:00
Alpine Linux 3.9 Docker image running Nginx and PHP 7
|
||
---|---|---|
rootfs | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
README.md |
luzifer-docker / alpine-nginx-php
Run nginx and php-fpm in a Docker container using s6 overlay
Usage
## 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