Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Netfloex committed Nov 3, 2021
1 parent 35d2991 commit 453ec00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This container simplifies the process of writing multiple Nginx config files.
There is only one configuration file needed.
Nginx Config Manager expands this one file in to multiple Nginx config files.


## Installation

Docker Compose:
Expand All @@ -19,7 +18,7 @@ version: "3.3"

services:
nginx:
image: netfloex/nginx:v1.0.2
image: netfloex/nginx:v1.0.3
container_name: nginx
environment:
CERTBOT_EMAIL: EMAIL # Required
Expand All @@ -37,8 +36,6 @@ services:

- ./letsencrypt:/etc/letsencrypt
- ./config:/app/config


```
You can create a config file using json5, js or yaml.
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:v.1.0.2
image: netfloex/nginx:v.1.0.3
container_name: nginx_config_manager
environment:
CERTBOT_EMAIL: EMAIL # Required
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 453ec00

Please sign in to comment.