Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for an extra index volume #53

Closed
kmplngj opened this issue Jan 30, 2019 · 1 comment
Closed

Support for an extra index volume #53

kmplngj opened this issue Jan 30, 2019 · 1 comment

Comments

@kmplngj
Copy link

kmplngj commented Jan 30, 2019

I have a server setup with three LVM partitions.

  1. Linux System
  2. Jira File Data (Attachments, …) [SAS HDD Space]
  3. Jira Database Space [SAS SSD Space]

I like to map the docker volumes to the matching mount point.

Would it be possible to add support for this setup?

@viceice
Copy link

viceice commented Jan 30, 2019

You can use the mount option of docker to mount any folder to any folder in the container like:

-v /opt/jira:/var/atlassian/jira -v /opt/jira-data:/var/atlassian/jira/data

@kmplngj kmplngj closed this as completed Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants