Files
docker-nginx-full/README.md
T
Jamie Curnow a2633448e5 Remove dbmate
2021-06-29 21:47:41 +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
  • mkcert
  • Python3 and pip

The following architectures are supported:

  • amd64
  • arm/v7
  • arm64

Usage:

FROM jc21/nginx-full

...