add timezone envitonment variable
1 parent 8c3baaa commit 4b753ee5b447223377810fdabf161c5dbb8f0a74
@Pascal Gollor Pascal Gollor authored on 4 Oct 2017
Showing 2 changed files
View
1
■■■■
docker-compose.yml
image: jenkins:alpine
mem_limit: 2g
environment:
- JAVA_OPTS="-Djava.util.logging.config.file=/var/jenkins_home/log.properties"
- TZ=${TZ}
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./data:/var/jenkins_home
View
6
jenkins.conf
#
 
# http bind host and port
JENKINS_HTTP_BIND=127.0.0.1
JENKINS_HTTP_PORT=8080
JENKINS_HTTP_PORT=8081
 
# java api bind host and port
JENKINS_API_BIND=127.0.0.1
JENKINS_API_PORT=50000
 
 
# Timezone one of /usr/share/zoneinfo
TZ=Europe/Berlin