Skip to content

Instantly share code, notes, and snippets.

@fredrkl
Created December 25, 2018 11:14
Show Gist options
  • Save fredrkl/c022c54d29553dfa0045b65b96844edb to your computer and use it in GitHub Desktop.
Save fredrkl/c022c54d29553dfa0045b65b96844edb to your computer and use it in GitHub Desktop.
docker run -it --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