We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fadee1 commit 86a4e77Copy full SHA for 86a4e77
3 files changed
README.md
@@ -18,7 +18,7 @@ version: "3.3"
18
19
services:
20
nginx:
21
- image: netfloex/nginx:v1.0.3
+ image: netfloex/nginx:v1.0.4
22
container_name: nginx
23
environment:
24
CERTBOT_EMAIL: EMAIL # Required
docker-compose.example.yml
@@ -2,7 +2,7 @@ version: "3.3"
2
3
4
5
- image: netfloex/nginx:v.1.0.3
+ image: netfloex/nginx:v.1.0.4
6
container_name: nginx_config_manager
7
8
package.json
@@ -1,6 +1,6 @@
1
{
"name": "nginx",
- "version": "1.0.3",
+ "version": "1.0.4",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
0 commit comments