mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
Initial readme
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# nginx-full
|
||||
|
||||
<p>
|
||||
<img src="https://img.shields.io/badge/openresty-1.19.3.1-green.svg?style=for-the-badge">
|
||||
<img src="https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge">
|
||||
<img src="https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge">
|
||||
<a href="https://hub.docker.com/repository/docker/jc21/nginx-full">
|
||||
<img src="https://img.shields.io/docker/stars/jc21/nginx-full.svg?style=for-the-badge">
|
||||
</a>
|
||||
<a href="https://hub.docker.com/repository/docker/jc21/nginx-full">
|
||||
<img src="https://img.shields.io/docker/pulls/jc21/nginx-full.svg?style=for-the-badge">
|
||||
</a>
|
||||
<a href="https://ci.nginxproxymanager.com/blue/organizations/jenkins/docker-nginx-full/branches/">
|
||||
<img src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.nginxproxymanager.com%2Fjob%2Fdocker-nginx-full%2Fjob%2Fmaster&style=for-the-badge">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
This is a base image for use in other images. See Dockerfile for build steps.
|
||||
|
||||
|
||||
### Usage:
|
||||
|
||||
```
|
||||
FROM jc21/nginx-full
|
||||
|
||||
...
|
||||
```
|
||||
Reference in New Issue
Block a user