leojonathanoh / docker-nginx-alpine

Same as the original image, but with the nginx user in the www-data group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-nginx-alpine

pipeline status

Based on the original docker nginx image, but with the nginx user in the www-data group

It currently uses nginx:1.14-alpine image as the base

Tags
:bare

Example

docker run -d \
    -v /path/to/nginx.conf:/etc/nginx/nginx.conf \
    -v /path/to/vhost.conf:/etc/nginx/conf.d/vhost.conf \
    wonderous/nginx-alpine

About

Same as the original image, but with the nginx user in the www-data group

License:MIT License


Languages

Language:PowerShell 94.5%Language:Dockerfile 5.5%