This is a much easier method to run jira in docker using Apple M1 chip
Running jira using this code was at least 100% faster than JiraArm
-
run this command
docker-compose up jira
-
Done!
From your favorite browser go to http://localhost:8080
You can change the jira version in the Docker compose by setting the variable jiraVersion
to any supported jira version.
The list of all jira versions are available here
In this module you can set the jira version to ANY version and it will work using Java 11 . It's also much faster and truly uses the power of an M1 chip processor.
Enter the container id of the postgres container
example Hostname:4ddf08774e41
You can lookup the container id using docker ps
command in terminal
add the username and password from the docker-compose file (by default it's jira and jira)
by running docker-compose down -v --rmi all