gh61/youtrack-windows

By gh61

Updated over 1 year ago

UNOFFICIAL Windows container Docker image for JetBrains YouTrack

Image
Integration & delivery
Content management system
0

1.1K

gh61/youtrack-windows repository overview

This is UNOFFICIAL Windows container Docker image for JetBrains YouTrack. This package contains all the necessary components for running YouTrack in a Docker container hosted in your server environment or internal infrastructure.

How to Use This Image

Pull the TeamCity image from the Docker Hub Repository:

docker pull gh61/youtrack-windows

and use the following command to start a container with Youtrack server running inside on a Windows container:

docker run --name youtrack-server-instance
    -v <path-to-config-directory>:C:/Youtrack/conf
    -v <path-to-data-directory>:C:/Youtrack/data
    -v <path-to-backups-directory>:C:/Youtrack/backups
    -v <path-to-logs-directory>:C:/Youtrack/logs
    -v <path-to-temp-directory>:C:/Youtrack/temp
    -p <port-on-host>:80
    gh61/youtrack-windows

Tag summary

Content type

Image

Digest

sha256:c8aaa4c6c

Size

3 GB

Last updated

over 1 year ago

docker pull gh61/youtrack-windows