File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ version: "3.3"
1616
1717services :
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.3"
22
33services :
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments