Skip to content

Instantly share code, notes, and snippets.

@cheese10yun
Created September 3, 2017 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheese10yun/b06195adbc36cb274a4b33a85d214604 to your computer and use it in GitHub Desktop.
Save cheese10yun/b06195adbc36cb274a4b33a85d214604 to your computer and use it in GitHub Desktop.
version: '2'
services:
jenkins:
image: jenkins:latest
restart: always
container_name: jenkins
ports:
- "3080:8080"
- "50000:50000"
volumes:
- ./jenkins_home:/var/jenkins_home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment