From 26b80a076ce8ba06bf98993d1d0d62150f10452c Mon Sep 17 00:00:00 2001 From: Diogo Carvalho Date: Thu, 31 Oct 2024 19:28:57 +0000 Subject: [PATCH] Change volume name to match standard --- templates/compose/jenkins.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/jenkins.yaml b/templates/compose/jenkins.yaml index f9fdefd04..abeb4f960 100644 --- a/templates/compose/jenkins.yaml +++ b/templates/compose/jenkins.yaml @@ -13,5 +13,5 @@ services: - "8080:8080" - "50000:50000" volumes: - - ./jenkins_home:/var/jenkins_home + - jenkins-home:/var/jenkins_home - /var/run/docker.sock:/var/run/docker.sock