Skip to content

Instantly share code, notes, and snippets.

@mvpowers
Created February 27, 2020 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvpowers/47d9012d108a5d40d854c3fd41fbcaf1 to your computer and use it in GitHub Desktop.
Save mvpowers/47d9012d108a5d40d854c3fd41fbcaf1 to your computer and use it in GitHub Desktop.
version: '3.4'
services:
jenkins:
image: 'jenkins/jenkins:alpine'
container_name: jenkins
expose:
- '50000'
ports:
- '8080:8080'
volumes:
- 'jenkins_data:/var/jenkins_home'
restart: always
volumes:
jenkins_data:
driver: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment