Skip to content

Commit 02c5378

Browse files
author
Sameer Naik
committed
release 3.10.3-11
1 parent 25317f3 commit 02c5378

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/openfire/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/openfire)
22

3-
# sameersbn/openfire:3.10.3-10
3+
# sameersbn/openfire:3.10.3-11
44

55
- [Introduction](#introduction)
66
- [Contributing](#contributing)
@@ -48,7 +48,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
4848
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/openfire)
4949
5050
```bash
51-
docker pull sameersbn/openfire:3.10.3-10
51+
docker pull sameersbn/openfire:3.10.3-11
5252
```
5353

5454
Alternatively you can build the image yourself.
@@ -65,7 +65,7 @@ Start Openfire using:
6565
docker run --name openfire -d --restart=always \
6666
--publish 9090:9090 --publish 5222:5222 --publish 7777:7777 \
6767
--volume /srv/docker/openfire:/var/lib/openfire \
68-
sameersbn/openfire:3.10.3-10
68+
sameersbn/openfire:3.10.3-11
6969
```
7070

7171
*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/)*
@@ -102,7 +102,7 @@ To upgrade to newer releases:
102102
1. Download the updated Docker image:
103103

104104
```bash
105-
docker pull sameersbn/openfire:3.10.3-10
105+
docker pull sameersbn/openfire:3.10.3-11
106106
```
107107

108108
2. Stop the currently running image:
@@ -122,7 +122,7 @@ To upgrade to newer releases:
122122
```bash
123123
docker run -name openfire -d \
124124
[OPTIONS] \
125-
sameersbn/openfire:3.10.3-10
125+
sameersbn/openfire:3.10.3-11
126126
```
127127

128128
## Shell Access

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.3-10
1+
3.10.3-11

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Openfire:
2-
image: sameersbn/openfire:3.10.3-10
2+
image: sameersbn/openfire:3.10.3-11
33
ports:
44
- "9090:9090"
55
- "5222:5222"

0 commit comments

Comments
 (0)