Skip to content

Instantly share code, notes, and snippets.

@devisnotnull
Created December 23, 2019 19:39
Show Gist options
  • Save devisnotnull/2421bbbbf7011d8833d9433cd6866abd to your computer and use it in GitHub Desktop.
Save devisnotnull/2421bbbbf7011d8833d9433cd6866abd to your computer and use it in GitHub Desktop.
Jenkins docker compose
version: '2'
services:
jenkins:
image: istresearch/jenkins:latest
container_name: jenkins
user: jenkins
environment:
JENKINS_HOST_HOME: "/data/jenkins"
ports:
- "8080:8080"
- "5000:5000"
- "50000:50000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment