mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
11 lines
211 B
YAML
11 lines
211 B
YAML
jenkins:
|
|
image: jenkins:alpine
|
|
ports:
|
|
- "8080:8080"
|
|
- "50000:50000"
|
|
volumes:
|
|
- ./data:/var/jenkins_home
|
|
environment:
|
|
- JAVA_OPTS=-Dhudson.footerURL=https://easypi.info/
|
|
restart: always
|