Coder Social home page Coder Social logo

Comments (2)

haxqer avatar haxqer commented on June 26, 2024

Thank you.

I built the image as follows, without much commands:

  1. git clone https://github.com/haxqer/jira && cd jira/lts
  2. docker build -t YOUR_NAME/jira:9.4.2 .

Thank you for your reminder, it is indeed possible that something has been modified by the official. I'll try it later.

from jira.

haxqer avatar haxqer commented on June 26, 2024

I tried. It works.

  1. check your containers,use docker ps.
  2. docker-compose stop then docker-compose rm, or docker stop jira-srv mysql-jira && docker rm jira-srv mysql-jira.
  3. check volume, use docker docker volume ls
  4. delete volume, docker volume rm jira_home_data jira_mysql_data (or docker volume rm lts_home_data lts_mysql_data )

then build:

  1. git clone https://github.com/haxqer/jira && cd jira/lts
  2. docker build -t test/jira:9.4.2 .
  3. change docker-compose file, image use test/jira:9.4.2
  4. docker-compose up -d

enjoy... :)

from jira.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.