CONFDEV-48917 - expose port 8091 for Synchrony

This commit is contained in:
dluong 2016-10-27 14:03:46 +11:00
parent 864f7d56b9
commit 88164aa185
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)*