mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Merged in issue/CONFDEV-48917 (pull request #8)
CONFDEV-48917 - expose port 8091 for Synchrony
This commit is contained in:
commit
97477f817f
@ -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
|
||||
|
@ -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)*
|
||||
|
Loading…
Reference in New Issue
Block a user