cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
623 stars 247 forks source link

runing in a persistent manner #67

Closed kaldown closed 6 years ago

kaldown commented 6 years ago

How to run an image and not re-configure jira after each restart? I read documentation, realizing a very small part of it. Could it be more strict forward explanation with a examples, please?

Just didn't get, where it stores state, if running from an image as you described: docker run --detach --publish 8080:8080 cptactionhank/atlassian-jira:latest

Thanks

cptactionhank commented 6 years ago
  1. Don't use dockerized Atlassian JIRA if you are not sure how to operate either JIRA or Docker 2a. remount the autogenerated mount 2b. mount the the jira home folder to your host
matejkramny commented 6 years ago

@cptactionhank it's not at all obvious and should be mentioned on the readme