Skip to content

Commit

Permalink
[SHIBUI-920]
Browse files Browse the repository at this point in the history
update docker deploy configuration
  • Loading branch information
jj committed Oct 11, 2018
1 parent 16088df commit 26a9a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
}
}
Expand Down

0 comments on commit 26a9a84

Please sign in to comment.