1
0
Fork 0

fix(docker-compose): add docker registry port

This commit is contained in:
sido 2018-04-20 07:39:49 +02:00
parent 8cbb6bf0b4
commit a71d50ceaa
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ services:
image: sonatype/nexus3:latest
ports:
- 8081
- 5000
volumes:
- molgenis-nexus-data:/nexus-data
labels: