Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelwill committed Nov 3, 2019
1 parent 5abc21c commit d7c18b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gizmotronic/openfire:4.4.2
# gizmotronic/openfire:4.4.3

- [Introduction](#introduction)
- [Contributing](#contributing)
Expand Down Expand Up @@ -57,7 +57,7 @@ If the above recommendations do not help then [report your issue](../../issues/n
Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/gizmotronic/openfire) and is the recommended method of installation.

```bash
docker pull gizmotronic/openfire:4.4.2
docker pull gizmotronic/openfire:4.4.3
```

Alternatively you can build the image yourself.
Expand All @@ -74,7 +74,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 \
gizmotronic/openfire:4.4.2
gizmotronic/openfire:4.4.3
```

*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 All @@ -101,7 +101,7 @@ You may append options to the startup command to configure the JVM:
```bash
docker run -name openfire -d \
[DOCKER_OPTIONS] \
gizmotronic/openfire:4.4.2 \
gizmotronic/openfire:4.4.3 \
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
```

Expand All @@ -122,7 +122,7 @@ To upgrade to newer releases:
1. Download the updated Docker image:

```bash
docker pull gizmotronic/openfire:4.4.2
docker pull gizmotronic/openfire:4.4.3
```

2. Stop the currently running image:
Expand All @@ -142,7 +142,7 @@ To upgrade to newer releases:
```bash
docker run -name openfire -d \
[OPTIONS] \
gizmotronic/openfire:4.4.2
gizmotronic/openfire:4.4.3
```

## Shell Access
Expand Down

0 comments on commit d7c18b2

Please sign in to comment.