From 26a9a84213dbf3fdcd06b430233b7f1f8df14ae8 Mon Sep 17 00:00:00 2001 From: Jj! Date: Thu, 11 Oct 2018 11:07:36 -0500 Subject: [PATCH] [SHIBUI-920] update docker deploy configuration --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f84defc02..6179b6acf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { steps { sh ''' docker stop shibui || true && docker rm shibui || true - docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui:/conf -v /etc/shibui/application.properties:/application.properties -m 3GB --memory-swap=3GB unicon/shibui-pac4j:latest + docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui:/conf -v /etc/shibui/application.yml:/application.yml -m 3GB --memory-swap=3GB unicon/shibui-pac4j:latest ''' } }