Skip to content

Docker image: Alpine Linux 3.3- openJAVA JRE 8- Jetrbains Youtrack 6.5

License

Notifications You must be signed in to change notification settings

mikeboutch/DockerJetbrainsYoutrack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetbrains Youtrack

Docker image: Alpine Linux 3.3- openJAVA JRE 8- Jetrbains Youtrack 6.5

YouTrack is an issue tracking and project management tool from JetBrains.

Usage

Pull the image, create a new container and start it:

docker pull boutch/youtrack
docker create --name youtrack -p 8080:8080 --restart=always boutch/youtrack
docker start youtrack

Mount your data in volumes:

docker pull boutch/youtrack
docker create --name youtrack -p 8080:8080 -v /srv/youtrack:/var/lib/youtrack --restart=always boutch/youtrack
docker start youtrack

About

Docker image: Alpine Linux 3.3- openJAVA JRE 8- Jetrbains Youtrack 6.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published