Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 418 Bytes

File metadata and controls

13 lines (10 loc) · 418 Bytes

Docs

Setup

Standard install

  • On your host make a directory: mkdir -p jira
  • Move into it: cd jira
  • Go to under deployments folder
  • Setup file env: cp .env.example .env
  • Setup Docker Compose cp docker-compose.example.yml docker-compose.yml
  • Run: docker-compose up -d
  • Url: http://localhost:8080