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

Can't mount local installation directory #65

Open
3579km opened this issue May 23, 2019 · 1 comment
Open

Can't mount local installation directory #65

3579km opened this issue May 23, 2019 · 1 comment

Comments

@3579km
Copy link

3579km commented May 23, 2019

Need to edit dbconfig.xml file, due to this I'm mounting jira installation directory along with jira home dir. But container not starting after adding second volume (D:/Work/Docker-drives/jira-software/opt/atlassian/jira:/opt/atlassian/jira).

My docker-compose config (docker on Windows):

version: "3"

services:
  jira:
    container_name: jira
    restart: unless-stopped
    image: cptactionhank/atlassian-jira-software:latest
    volumes:
      - D:/Work/Docker-drives/jira-software/var/atlassian/jira:/var/atlassian/jira
      - D:/Work/Docker-drives/jira-software/opt/atlassian/jira:/opt/atlassian/jira
      
    ports:
      - 8181:8080
@3579km
Copy link
Author

3579km commented May 24, 2019

@cptactionhank could you please take a look
the goal is to be sure jira can be backed up and move to other server with all data

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

1 participant