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
|
image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:latest
|
||||||
ports:
|
ports:
|
||||||
- 22
|
- 22
|
||||||
|
environment:
|
||||||
|
JENKINS_SLAVE_SSH_PUBKEY=
|
||||||
volumes:
|
volumes:
|
||||||
- molgenis-jenkins-agent-buildtools:/var/jenkins_home
|
- molgenis-jenkins-agent-buildtools:/var/jenkins_home
|
||||||
|
|
||||||
|
@ -16,4 +16,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
molgenis-nexus-data:
|
molgenis-nexus-data:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
|
driver_opts:
|
||||||
|
mountOpts: all_squash,anonuid=200,anongid=200
|
||||||
|
onRemove: purge
|
||||||
|
Loading…
Reference in New Issue
Block a user