Created
August 27, 2014 15:34
-
-
Save nabeken/428b7078a9528ecf7e4d to your computer and use it in GitHub Desktop.
fig-jenkins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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