Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.21 KB

nginx-full

This is a base image for use in other images. See Dockerfile for build steps.

The following is compiled/installed:

  • OpenResty
  • Lua
  • Certbot
  • Python3 and pip

The following architectures are supported:

  • amd64
  • arm/v7
  • arm64

Usage:

FROM nginxproxymanager/nginx-full

...