1
0
Fork 0

fix(docker-compose): update volume to relative name

This commit is contained in:
sido 2018-04-16 16:43:11 +02:00
parent 1d47094927
commit ddfe409abf
1 changed files with 2 additions and 2 deletions

View File

@ -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