-
-
Save Grdflo/0712512d4ef03aa07aa623390c7375f5 to your computer and use it in GitHub Desktop.
[jenkins_basic] Jenkins basics #jenkins
This file contains 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
docker-compose.yml | |
services: | |
jenkins: | |
container_name: jenkins | |
image: jenkins/jenkins | |
ports: | |
- "8080:8080" | |
volumes: | |
- "$PWD/jenkins_home:/var/jenkins_home" | |
networks: | |
- net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment