jira
Git Repository
Dockerfile
- Dockerfile
docker build --tag registry.czy21.com/library/jira:latest --file Dockerfile . --pull
Docker Compose
- compose.yml
docker-compose --project-name jira --file compose.yml up --detach --remove-orphans
docker build --tag registry.czy21.com/library/jira:latest --file Dockerfile . --pull
docker-compose --project-name jira --file compose.yml up --detach --remove-orphans