mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
9 lines
140 B
YAML
9 lines
140 B
YAML
jenkins:
|
|
image: jenkins:alpine
|
|
ports:
|
|
- "8080:8080"
|
|
- "50000:50000"
|
|
volumes:
|
|
- ./data:/var/jenkins_home
|
|
restart: always
|