Skip to content

Instantly share code, notes, and snippets.

@uurtech
Last active May 2, 2019 06:56
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 uurtech/98871209dac7984a1499dad20f792e76 to your computer and use it in GitHub Desktop.
Save uurtech/98871209dac7984a1499dad20f792e76 to your computer and use it in GitHub Desktop.
version: '2'
services:
jenkins:
image: jenkins:latest
ports:
- 8080:8080
- 50000:50000
privileged: true
volumes:
- ./:/var/jenkins_home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment