mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
Restructured docker images heirarchy
This commit is contained in:
@@ -17,14 +17,29 @@
|
||||
|
||||
This is a base image for use in other images. See Dockerfile for build steps.
|
||||
|
||||
The following is compiled/installed:
|
||||
The following images are built:
|
||||
|
||||
**latest**
|
||||
- OpenResty
|
||||
- Lua
|
||||
|
||||
**certbot**
|
||||
- Certbot
|
||||
- Python3 and pip
|
||||
|
||||
The following architectures are supported:
|
||||
**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
|
||||
@@ -33,7 +48,7 @@ The following architectures are supported:
|
||||
### Usage:
|
||||
|
||||
```
|
||||
FROM nginxproxymanager/nginx-full
|
||||
FROM nginxproxymanager/nginx-full:latest
|
||||
|
||||
...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user