cptactionhank / docker-atlassian-jira-software

Atlassian JIRA Software wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-software
MIT License
267 stars 165 forks source link

Support for an extra index volume #53

Closed kmplngj closed 5 years ago

kmplngj commented 5 years ago

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 commented 5 years ago

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