diff --git a/README.md b/README.md index c767320..e3b3f36 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/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. \ No newline at end of file +Please raise an [issue](https://jira.atlassian.com/projects/CONF/issues) if you encounter any problems with this Dockerfile. \ No newline at end of file