From aa0ab9cf680152dff7ee06df682cdb6ca0fbe391 Mon Sep 17 00:00:00 2001 From: Matthew Vivian Date: Mon, 18 May 2020 10:30:02 +0100 Subject: [PATCH] Added docker image info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 256e83a..10108e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Multiple Openfires in Docker This sets up multiple Openfire servers with associated PostgreSQL DBs in Docker containers for local testing. +It relies on an official Postgres Docker image (from Docker Hub) and a local Openfire image, these are referred to in `docker-compose.yml`. The Openfire Docker image can be built using the `Dockerfile` in the root of the Openfire repository (https://github.com/igniterealtime/Openfire): + + docker build -t openfire:fmuc . + Running `./start.sh` will perform some cleanup then start the containers. When running, the system looks like this: ```