diff --git a/README.md b/README.md index e2ac048..304a4f4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -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/)* @@ -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: @@ -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 diff --git a/VERSION b/VERSION index f84e6ae..9f92f87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.3-18 +3.10.3-19 diff --git a/docker-compose.yml b/docker-compose.yml index c288187..e64684c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ Openfire: - image: sameersbn/openfire:3.10.3-18 + image: sameersbn/openfire:3.10.3-19 ports: - "9090:9090" - "5222:5222"