1
0

fix(docker-compose): replaced latest and stable at the right compose file

This commit is contained in:
sido 2018-03-15 00:25:21 +01:00
parent f832f9806e
commit cb70fb6982
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
molgenis:
image: registry.webhosting.rug.nl/molgenis/molgenis:stable
image: registry.webhosting.rug.nl/molgenis/molgenis:latest
ports:
- 8080
links:
@ -39,7 +39,7 @@
io.rancher.scheduler.global: true
opencpu:
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:stable
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:latest
ports:
- 8004:8004

View File

@ -1,5 +1,5 @@
molgenis:
image: registry.webhosting.rug.nl/molgenis/molgenis:latest
image: registry.webhosting.rug.nl/molgenis/molgenis:stable
ports:
- 8080
links:
@ -39,7 +39,7 @@
io.rancher.scheduler.global: true
opencpu:
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:latest
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:stable
ports:
- 8004:8004