Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 292 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 292 Bytes

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