Created
April 18, 2018 15:19
-
-
Save h3xstream/db0a3d926551e6fd700f1d22b0689268 to your computer and use it in GitHub Desktop.
Jenkins Docker-Compose
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
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