Skip to content

Instantly share code, notes, and snippets.

@pgtoopx
Last active September 26, 2019 19:09
Show Gist options
  • Select an option

  • Save pgtoopx/89934b62d56bfac4dc47480d5ff0247e to your computer and use it in GitHub Desktop.

Select an option

Save pgtoopx/89934b62d56bfac4dc47480d5ff0247e to your computer and use it in GitHub Desktop.
version: "2"
services:
jenkins:
image: jenkinsci/blueocean
user: root
ports:
- "8080:8080"
- "8443:8443"
- "50000:50000"
volumes:
- ./jenkins_data:/var/jenkins_home
- ./home:/home
- /var/run/docker.sock:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment