1
0
Fork 0

fix(docker-compose): updated nexus with mount options

This commit is contained in:
sido 2018-04-16 16:37:27 +02:00
parent f5646a5396
commit 1d47094927
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,8 @@ services:
image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:latest
ports:
- 22
environment:
JENKINS_SLAVE_SSH_PUBKEY=
volumes:
- molgenis-jenkins-agent-buildtools:/var/jenkins_home

View File

@ -16,4 +16,7 @@ services:
volumes:
molgenis-nexus-data:
driver: rancher-nfs
driver: rancher-nfs
driver_opts:
mountOpts: all_squash,anonuid=200,anongid=200
onRemove: purge