Created
December 23, 2019 19:39
-
-
Save devisnotnull/2421bbbbf7011d8833d9433cd6866abd to your computer and use it in GitHub Desktop.
Jenkins docker compose
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
version: '2' | |
services: | |
jenkins: | |
image: istresearch/jenkins:latest | |
container_name: jenkins | |
user: jenkins | |
environment: | |
JENKINS_HOST_HOME: "/data/jenkins" | |
ports: | |
- "8080:8080" | |
- "5000:5000" | |
- "50000:50000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment