-
Notifications
You must be signed in to change notification settings - Fork 166
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
Container should survive restart #50
Comments
You have to mount a local folder or a docker volume. docker-atlassian-jira-software/Dockerfile Lines 41 to 44 in 0128d65
|
This setting is the default or i'am wrong? When i restart the container i need to do the setup again. |
By default, docker will assing only temporary volumes, wich will be deleted after container recreation. So, if you want to retain the data, you have to explicitly mount a local folder or a docker volume. See https://docs.docker.com/engine/reference/run/#volume-shared-filesystems |
Hi, awesome docker-image! But i need to mount the jira specific folders so that if the container is restarted all data is not lost.
How do you handle persistent data?
Some data is in the DB but if i restart the container i need to configure it again. And my previous data seems lost.
Regards
rubiktubik
The text was updated successfully, but these errors were encountered: