Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created December 17, 2022 05:38
Show Gist options
  • Save fernyb/89da417b1eb9423e0e6bc201587923ea to your computer and use it in GitHub Desktop.
Save fernyb/89da417b1eb9423e0e6bc201587923ea to your computer and use it in GitHub Desktop.
Docker Teamcity
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