fix(docker-compose): updated nexus with mount options
This commit is contained in:
parent
f5646a5396
commit
1d47094927
@ -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
|
||||
|
||||
|
@ -17,3 +17,6 @@ services:
|
||||
volumes:
|
||||
molgenis-nexus-data:
|
||||
driver: rancher-nfs
|
||||
driver_opts:
|
||||
mountOpts: all_squash,anonuid=200,anongid=200
|
||||
onRemove: purge
|
||||
|
Loading…
Reference in New Issue
Block a user