UNOFFICIAL Windows container Docker image for JetBrains YouTrack
1.1K
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.
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
Content type
Image
Digest
sha256:c8aaa4c6c…
Size
3 GB
Last updated
over 1 year ago
docker pull gh61/youtrack-windows