From 88164aa185119a3a5a46bfba4985946a81094985 Mon Sep 17 00:00:00 2001 From: dluong Date: Thu, 27 Oct 2016 14:03:46 +1100 Subject: [PATCH] CONFDEV-48917 - expose port 8091 for Synchrony --- Dockerfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 515ddc3..cb63b29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,7 @@ USER ${RUN_USER}:${RUN_GROUP} # Expose default HTTP connector port. EXPOSE 8090 +EXPOSE 8091 # Set volume mount points for installation and home directory. Changes to the # home directory needs to be persisted as well as parts of the installation diff --git a/README.md b/README.md index d946980..35e06c8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For the directory in the environmental variable `CONFLUENCE_HOME` that is used t Start Atlassian Confluence Server: - $> docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 atlassian/confluence-server + $> docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 atlassian/confluence-server **Success**. Confluence is now available on [http://localhost:8090](http://localhost:8090)*