1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:58 +02:00
dockerfiles/jenkins/docker-compose.yml
2016-07-19 07:34:26 +08:00

9 lines
140 B
YAML

jenkins:
image: jenkins:alpine
ports:
- "8080:8080"
- "50000:50000"
volumes:
- ./data:/var/jenkins_home
restart: always