fix(docker-compose): replaced latest and stable at the right compose file
This commit is contained in:
parent
f832f9806e
commit
cb70fb6982
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user