Files
docker-nginx-full/README.md
T
Jamie Curnow dd72bc45b1 Major updates
- OpenResty v1.29.2.4
  Using the github tag since this fixes a fresh CVE-2026-42945
- Updated base debian image to trixie
- Lua v5.5.0
- Luarocks v3.13.0
- Removed unused install script for Crowsec
2026-05-18 10:55:26 +10:00

1.3 KiB

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

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
  • 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