Update the README to reflect changed home directory.

This commit is contained in:
Joe Xie 2016-06-01 17:49:57 +10:00
parent 6f7c64c146
commit a89c0df3ce

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/confluence-home --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 atlassian/confluence-server
**Success**. Confluence is now available on [http://localhost:8090](http://localhost:8090)*
@ -72,6 +72,4 @@ To work around this issue, use a different host operating system other than Mac
# Issue tracker
Please raise an
[issue](https://jira.atlassian.com/projects/CONF/issues) if you
encounter any problems with this Dockerfile.
Please raise an [issue](https://jira.atlassian.com/projects/CONF/issues) if you encounter any problems with this Dockerfile.