Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Netfloex committed May 6, 2022
1 parent 49bbfd4 commit 76ed38b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version: "3.3"

services:
nginx:
image: netfloex/nginx:v2.2.0
image: netfloex/nginx:v2.3.0
container_name: nginx
environment:
CERTBOT_EMAIL: EMAIL # Required
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
nginx:
image: netfloex/nginx:v2.2.0
image: netfloex/nginx:v2.3.0
container_name: nginx
environment:
CERTBOT_EMAIL: EMAIL # Required
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
ncm:
image: netfloex/nginx:standalone-v2.2.0
image: netfloex/nginx:standalone-v2.3.0
container_name: ncm
environment:
CERTBOT_EMAIL: EMAIL # Required
Expand Down

0 comments on commit 76ed38b

Please sign in to comment.