Merged in issue/CONFDEV-48917 (pull request #8)

CONFDEV-48917 - expose port 8091 for Synchrony
This commit is contained in:
Duy Luong 2016-10-27 03:27:48 +00:00
commit 97477f817f
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 default HTTP connector port.
EXPOSE 8090 EXPOSE 8090
EXPOSE 8091
# Set volume mount points for installation and home directory. Changes to the # 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 # 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: 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)* **Success**. Confluence is now available on [http://localhost:8090](http://localhost:8090)*