fix(docker-compose): updated nexus with mount options
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user