Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3757495
D2176.id5477.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2176.id5477.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 06:39 (16 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251892
Default Alt Text
D2176.id5477.diff (1 KB)
Attached To
Mode
D2176: Sync version 4.5.1 everywhere
Attached
Detach File
Event Timeline
Log In to Comment