Skip to content

Instantly share code, notes, and snippets.

@nabeken
Created August 27, 2014 15:34
Show Gist options
  • Save nabeken/428b7078a9528ecf7e4d to your computer and use it in GitHub Desktop.
Save nabeken/428b7078a9528ecf7e4d to your computer and use it in GitHub Desktop.
fig-jenkins
jenkinsvol:
image: nabeken/docker-volume-container-rsync
environment:
OWNER: 102
GROUP: 106
ports:
- "10873:873"
jenkins:
image: jenkins
volumes_from:
- "jenkinsvol"
environment:
JENKINS_HOME: /docker
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment