Skip to content

Commit

Permalink
release 3.10.3-19
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jan 29, 2017
1 parent 625fd43 commit ac6d179
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/openfire/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/openfire)

# sameersbn/openfire:3.10.3-18
# sameersbn/openfire:3.10.3-19

- [Introduction](#introduction)
- [Contributing](#contributing)
Expand Down Expand Up @@ -48,7 +48,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/openfire)
```bash
docker pull sameersbn/openfire:3.10.3-18
docker pull sameersbn/openfire:3.10.3-19
```

Alternatively you can build the image yourself.
Expand All @@ -65,7 +65,7 @@ Start Openfire using:
docker run --name openfire -d --restart=always \
--publish 9090:9090 --publish 5222:5222 --publish 7777:7777 \
--volume /srv/docker/openfire:/var/lib/openfire \
sameersbn/openfire:3.10.3-18
sameersbn/openfire:3.10.3-19
```

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

```bash
docker pull sameersbn/openfire:3.10.3-18
docker pull sameersbn/openfire:3.10.3-19
```

2. Stop the currently running image:
Expand All @@ -122,7 +122,7 @@ To upgrade to newer releases:
```bash
docker run -name openfire -d \
[OPTIONS] \
sameersbn/openfire:3.10.3-18
sameersbn/openfire:3.10.3-19
```

## Shell Access
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.3-18
3.10.3-19
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Openfire:
image: sameersbn/openfire:3.10.3-18
image: sameersbn/openfire:3.10.3-19
ports:
- "9090:9090"
- "5222:5222"
Expand Down

0 comments on commit ac6d179

Please sign in to comment.