Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 790 Bytes

File metadata and controls

33 lines (27 loc) · 790 Bytes

luzifer-docker / openfire

Run Openfire XMPP server in a Docker container

Usage

## Build container (optional)
$ docker build -t luzifer/openfire .

## Execute curator
$ docker run --rm -ti -v /data/openfire:/data luzifer/openfire

## Persistence including config and keystore will be created
$ tree /data/openfire
/data/openfire
├── conf
│   ├── available-plugins.xml
│   ├── crowd.properties
│   ├── openfire.xml
│   ├── security.xml
│   └── server-update.xml
├── embedded-db
│   ├── openfire.lck
│   ├── openfire.log
│   ├── openfire.properties
│   ├── openfire.script
│   └── openfire.tmp
└── security
    └── keystore

4 directories, 10 files