Last active
January 23, 2023 10:19
-
-
Save michalkorzawski/063065e1d8f2fbe3cc72d079ab172524 to your computer and use it in GitHub Desktop.
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: '3.8' | |
services: | |
jenkins: | |
image: jenkins/jenkins:jdk11 | |
ports: | |
- 8080:8080 | |
volumes: | |
- jenkins_home:/var/jenkins_home | |
volumes: | |
jenkins_home: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment