Page MenuHomeDevCentral

D2176.id5476.diff
No OneTemporary

D2176.id5476.diff

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# nasqueron/openfire:4.4.0
+# nasqueron/openfire:4.5.1
- [Introduction](#introduction)
- [Contributing](#contributing)
@@ -48,7 +48,7 @@
Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/nasqueron/openfire) and is the recommended method of installation.
```bash
-docker pull nasqueron/openfire:4.4.0
+docker pull nasqueron/openfire:4.5.1
```
Alternatively you can build the image yourself.
@@ -65,7 +65,7 @@
docker run --name openfire -d --restart=always \
--publish 9090:9090 --publish 5222:5222 --publish 7777:7777 \
--volume /srv/docker/openfire:/var/lib/openfire \
- nasqueron/openfire:4.4.0
+ nasqueron/openfire:4.5.1
```
*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/)*
@@ -92,7 +92,7 @@
```bash
docker run -name openfire -d \
[DOCKER_OPTIONS] \
- nasqueron/openfire:4.4.0 \
+ nasqueron/openfire:4.5.1 \
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
```
@@ -113,7 +113,7 @@
1. Download the updated Docker image:
```bash
- docker pull nasqueron/openfire:4.4.0
+ docker pull nasqueron/openfire:4.5.1
```
2. Stop the currently running image:
@@ -133,7 +133,7 @@
```bash
docker run -name openfire -d \
[OPTIONS] \
- nasqueron/openfire:4.4.0
+ nasqueron/openfire:4.5.1
```
## Shell Access
diff --git a/docker-compose.yml b/docker-compose.yml
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
openfire:
- image: nasqueron/openfire:4.4.0
+ image: nasqueron/openfire:4.5.1
ports:
- "9090:9090/tcp"
- "9091:9091/tcp"

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 16:29 (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251892
Default Alt Text
D2176.id5476.diff (1 KB)

Event Timeline