Skip to content

Commit a0531a6

Browse files
committed
quick fix for jenkins
1 parent 1445349 commit a0531a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: JENKINS/install-jenkins-on-docker.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ services:
2828
- target: 50000
2929
published: 50000
3030
volumes:
31-
- $JENKINS_DATA_DIR:/var/jenkins_home
31+
- type: bind
32+
source: $JENKINS_DATA_DIR
33+
target: /var/jenkins_home
3234
environment:
3335
JAVA_OPTS: "-Djenkins.install.runSetupWizard=false -Djava.util.logging.config.file=/var/jenkins_home/log.properties"
3436
BLOCK

0 commit comments

Comments
 (0)