Skip to content

javaguirre/jira-software-m1-apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Jira Software working on Apple chips (Development purposes only!)

I found this solution here, Thank you!

IMPORTANT!

You should (at least) change the Postgres password before running it here.

First we build the image in the project root folder:

The default version is 8.22.0, you can change it through the VERSION ARG

export VERSION=9.2.0
docker build -t jira-software-arm64:$VERSION .

Then...

docker-compose up

or you can run it standalone with:

export VERSION=9.2.0
docker run -p 8080:8080 -it jira-software-arm64:$VERSION

Releases

No releases published

Packages

No packages published