Files
docker-nginx-full/README.md
T
Jamie Curnow 5a74eb56f0 Updated readme
2021-07-28 22:02:08 +10:00

1.2 KiB

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

...