https://github.com/nginxproxymanager/docker-nginx-full
Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
https://github.com/nginxproxymanager/docker-nginx-full
Last synced: 9 months ago
JSON representation
Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
- Host: GitHub
- URL: https://github.com/nginxproxymanager/docker-nginx-full
- Owner: NginxProxyManager
- Created: 2021-04-28T00:35:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T22:37:28.000Z (10 months ago)
- Last Synced: 2025-03-29T07:03:57.742Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 81
- Watchers: 6
- Forks: 67
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-full
This is a base image for use in other images. See Dockerfile for build steps.
The following images are built:
**latest**
- OpenResty
- Lua
- [Crowdsec Openresty Bouncer](https://github.com/crowdsecurity/cs-openresty-bouncer)
**certbot**
- Certbot
- Python3 and pip
**acmesh** _(used in Nginx Proxy Manager v3)_
- Acme.sh
**certbot-node** _(used in Nginx Proxy Manager v2)_
- Certbot
- Python3 and pip
- Nodejs
**acmesh-golang** _(development for Nginx Proxy Manager v3)_
- Acme.sh
- Golang
The following architectures are supported for all images:
- amd64
- arm/v7
- arm64
### Usage:
```
FROM nginxproxymanager/nginx-full:latest
...
```
#### Acme.sh Example
```
docker run \
-v /path/to/local/acme-data:/data/.acme.sh \
nginxproxymanager/nginx-full:acmesh \
acme.sh -h
```