You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://quay.io/repository/sameersbn/nginx)
2
2
3
-
# sameersbn/nginx:1.15.3
3
+
# sameersbn/nginx:1.15.4
4
4
5
5
-[Introduction](#introduction)
6
6
-[Contributing](#contributing)
@@ -52,7 +52,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
52
52
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/nginx)
53
53
54
54
```bash
55
-
docker pull sameersbn/nginx:1.15.3
55
+
docker pull sameersbn/nginx:1.15.4
56
56
```
57
57
58
58
Alternatively you can build the image yourself.
@@ -68,7 +68,7 @@ Start NGINX using:
68
68
```bash
69
69
docker run --name nginx -d --restart=always \
70
70
--publish 80:80 \
71
-
sameersbn/nginx:1.15.3
71
+
sameersbn/nginx:1.15.4
72
72
```
73
73
74
74
*Alternatively, you can use the sample [docker-compose.yml](docker-compose.yml) file to start the container using [Docker Compose](https://docs.docker.com/compose/)*
@@ -80,7 +80,7 @@ You can customize the launch command of NGINX server by specifying arguments to
80
80
```bash
81
81
docker run --name nginx -it --rm \
82
82
--publish 80:80 \
83
-
sameersbn/nginx:1.15.3 -h
83
+
sameersbn/nginx:1.15.4 -h
84
84
```
85
85
86
86
## Configuration
@@ -91,7 +91,7 @@ To configure NGINX as per your requirements edit the default [nginx.conf](nginx.
0 commit comments