mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Update the README to reflect changed home directory.
This commit is contained in:
parent
6f7c64c146
commit
a89c0df3ce
@ -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.
|
Loading…
Reference in New Issue
Block a user