mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
readme: fixed typo
This commit is contained in:
parent
3f5e306354
commit
6948d9a518
@ -659,7 +659,7 @@ Support for issue tracking using Redmine can be added by specifying the complete
|
||||
|
||||
For example, if your Redmine server is accessible at `https://redmine.example.com`, then adding `-e 'REDMINE_URL=https://redmine.example.com'` to the docker run command enables Redmine support in GitLab
|
||||
|
||||
If you are using the [docker-redmine](https://github.com/sameersbn/docker-redmine) image, then you can *one up* the gitlab integration with redmine by adding `--volume-from=gitlab` flag to the docker run command while starting the redmine container.
|
||||
If you are using the [docker-redmine](https://github.com/sameersbn/docker-redmine) image, then you can *one up* the gitlab integration with redmine by adding `--volumes-from=gitlab` flag to the docker run command while starting the redmine container.
|
||||
|
||||
By using the above option the `/home/gitlab/data/repositories` directory will be accessible by the redmine container and now you can add your git repository path to your redmine project. If, for example, in your gitlab server you have a project named `opensource/gitlab`, the bare repository will be accessible at `/home/gitlab/data/repositories/opensource/gitlab.git`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user