Skip to content

Instantly share code, notes, and snippets.

@michalkorzawski
Last active January 23, 2023 10:19
Show Gist options
  • Save michalkorzawski/063065e1d8f2fbe3cc72d079ab172524 to your computer and use it in GitHub Desktop.
Save michalkorzawski/063065e1d8f2fbe3cc72d079ab172524 to your computer and use it in GitHub Desktop.
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