Skip to content

Commit a2acf3a

Browse files
committed
v2.0.0
1 parent 346e041 commit a2acf3a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version: "3.3"
1616

1717
services:
1818
nginx:
19-
image: netfloex/nginx:v1.0.5
19+
image: netfloex/nginx:v2.0.0
2020
container_name: nginx
2121
environment:
2222
CERTBOT_EMAIL: EMAIL # Required
@@ -27,7 +27,7 @@ services:
2727
# Optional
2828

2929
# - ./logs:/var/log/nginx
30-
# - ./nginx_config_files:/etc/nginx/user_conf.d
30+
# - ./nginx_config_files:/etc/nginx/conf.d
3131
- ./data:/app/data # Needed when using custom files or cloudflare, this is used as a cache.
3232

3333
# Required

docker-compose.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.3"
22

33
services:
44
nginx:
5-
image: netfloex/nginx:v1.0.5
5+
image: netfloex/nginx:v2.0.0
66
container_name: nginx_config_manager
77
environment:
88
CERTBOT_EMAIL: EMAIL # Required

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginx",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "rollup -c",

0 commit comments

Comments
 (0)