nginx/README.md

20 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2020-09-02 22:21:58 +02:00
# nginx
2020-09-22 22:35:53 +02:00
Custom image for nginx HTTP server
2019-09-28 12:59:50 +02:00
<!-- spellchecker-disable -->
[![Build Status](https://ci.rknet.org/api/badges/container/nginx/status.svg)](https://ci.rknet.org/repos/container/nginx)
2020-09-21 22:11:01 +02:00
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/nginx)
2020-09-02 22:21:58 +02:00
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/nginx)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/container/nginx)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/container/nginx/src/branch/main/LICENSE)
<!-- spellchecker-enable -->
2019-09-28 19:29:07 +02:00
Custom rootless container image for nginx based on Alpine. The preconfigured non-root user is a system user named `nginx` with the UID `101`. There is also a primary group with the same values.
2019-09-28 20:56:20 +02:00
2020-02-22 18:08:14 +01:00
## License
2019-09-28 20:56:20 +02:00
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/container/nginx/src/branch/main/LICENSE) file for details.