Skip to content

Instantly share code, notes, and snippets.

@h3xstream
Created April 18, 2018 15:19
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 h3xstream/db0a3d926551e6fd700f1d22b0689268 to your computer and use it in GitHub Desktop.
Save h3xstream/db0a3d926551e6fd700f1d22b0689268 to your computer and use it in GitHub Desktop.
Jenkins Docker-Compose
version: "2"
services:
#
jenkins1:
image: jenkins
container_name: jenkins1
ports:
- 8080:8080
volumes:
- /home/admin/jenkins/home:/var/jenkins_home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment