We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7978f commit 13d2f9cCopy full SHA for 13d2f9c
3 files changed
README.md
@@ -23,7 +23,7 @@ version: "3.3"
23
24
services:
25
nginx:
26
- image: netfloex/nginx:v2.0.0
+ image: netfloex/nginx:v2.2.0
27
container_name: nginx
28
environment:
29
CERTBOT_EMAIL: EMAIL # Required
docker-compose.example.yml
@@ -2,7 +2,7 @@ version: "3.3"
2
3
4
5
6
7
8
docker-compose.standalone.yml
ncm:
- image: netfloex/nginx:standalone # v2.0.0 does not exists
+ image: netfloex/nginx:standalone-v2.2.0
container_name: ncm
0 commit comments