diff --git a/bitbucket/latest/README.md b/bitbucket/latest/README.md index aaf5bc7de..277f1dcc7 100644 --- a/bitbucket/latest/README.md +++ b/bitbucket/latest/README.md @@ -7,21 +7,13 @@ Learn more about Bitbucket Server: = 1.9. - -## For Bitbucket 4.12+ - -In Bitbucket 4.12 and later versions, volume permission is managed by entry scripts. To get started you can use a data volume, or named volumes. In this example we'll use named volumes. - - $> docker volume create --name bitbucketVolume - $> docker run -v bitbucketVolume:/var/atlassian/application-data/bitbucket --name="bitbucket" -d -p 7990:7990 -p 7999:7999 epicmorg/bitbucket - + ## For other versions Set permissions for the data directory so that the runuser can write to it: