fix(docker-compose): update volume to relative name
This commit is contained in:
parent
1d47094927
commit
ddfe409abf
|
@ -6,7 +6,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8081
|
- 8081
|
||||||
volumes:
|
volumes:
|
||||||
- molgenis-nexus-data:/nexus-data
|
- nexus-data:/nexus-data
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
traefik.frontend.rule: Host:${DOMAINS}
|
traefik.frontend.rule: Host:${DOMAINS}
|
||||||
|
@ -15,7 +15,7 @@ services:
|
||||||
traefik.port: 8081
|
traefik.port: 8081
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
molgenis-nexus-data:
|
nexus-data:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountOpts: all_squash,anonuid=200,anongid=200
|
mountOpts: all_squash,anonuid=200,anongid=200
|
||||||
|
|
Loading…
Reference in New Issue