diff --git a/README.md b/README.md index d6e02a9..6cbb14b 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -37,8 +36,6 @@ services: - ./letsencrypt:/etc/letsencrypt - ./config:/app/config - - ``` You can create a config file using json5, js or yaml. diff --git a/docker-compose.example.yml b/docker-compose.example.yml index fcd47a8..5c30cde 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -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 diff --git a/package.json b/package.json index e318853..0b6d179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nginx", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.js", "scripts": { "build": "rollup -c",