Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.14 KB

docker-jira-data

A data-only container ready to be used with docker-jira.

Usage

  1. Create and name the data-only container:

docker run --name jira-data ahaasler/jira-data ```

  1. Use it in the jira container:

docker run --name jira --volumes-from jira-data -d -p 8080:8080 ahaasler/jira ```

See docker-jira for more information on the jira container.

Thanks

  • Docker for this amazing container engine.
  • PostgreSQL for this advanced database.
  • Atlassian for making great products. Also for their work on atlassian-docker which inspired this.
  • Azul Systems for their OpenJDK docker base image.
  • And specially to you and the entire community.

License

This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.