nginx/README.md

11 lines
619 B
Markdown
Raw Normal View History

2019-09-28 12:59:50 +02:00
# nginx
2019-09-28 19:29:07 +02:00
[![Build Status](https://drone.rknet.org/api/badges/docker/nginx/status.svg)](https://drone.rknet.org/docker/nginx/)
[![Microbadger](https://images.microbadger.com/badges/image/xoxys/nginx.svg)](https://microbadger.com/images/xoxys/nginx "Get your own image badge on microbadger.com")
Rootless nginx base image based on Alpine.
2019-09-28 20:56:20 +02:00
Currently, there are no options to overwrite through environment variables but you can use `FROM: xoxys/nginx:latest` to build a custom image.
The pre-configured non-root user is a system user named `nginx` with the UID `101`. There is also a primary group with the same values.