Created
December 17, 2022 05:38
-
-
Save fernyb/89da417b1eb9423e0e6bc201587923ea to your computer and use it in GitHub Desktop.
Docker Teamcity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name teamcity-server-instance \ | |
-v <path-to-data-directory>:/data/teamcity_server/datadir \ | |
-v <path-to-logs-directory>:/opt/teamcity/logs \ | |
-p <port-on-host>:8111 \ | |
jetbrains/teamcity-server | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment