Update README.md

This commit is contained in:
STAM 2018-09-18 22:39:28 +03:00 committed by GitHub
parent 81b408c4c0
commit 57deb98b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,20 +8,12 @@ Learn more about Bitbucket Server: <https://www.atlassian.com/software/bitbucket
This Docker container makes it easy to get an instance of Bitbucket up and running. This Docker container makes it easy to get an instance of Bitbucket up and running.
** We strongly recommend you run this image using a specific version tag instead of latest. This is because the image referenced by the latest tag changes often and we cannot guarantee that it will be backwards compatible. **
# Quick Start # Quick Start
For the `BITBUCKET_HOME` directory that is used to store the repository data For the `BITBUCKET_HOME` directory that is used to store the repository data
(amongst other things) we recommend mounting a host directory as a [data volume](https://docs.docker.com/engine/tutorials/dockervolumes/#/data-volumes), or via a named volume if using a docker version >= 1.9. (amongst other things) we recommend mounting a host directory as a [data volume](https://docs.docker.com/engine/tutorials/dockervolumes/#/data-volumes), or via a named volume if using a docker version >= 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 ## For other versions
Set permissions for the data directory so that the runuser can write to it: Set permissions for the data directory so that the runuser can write to it: