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