Merge pull request #809 from reasonerjt/master

Do not expose 5001 on registry container.
This commit is contained in:
Daniel Jiang 2016-09-18 15:09:20 +08:00 committed by GitHub
commit 4e52b13ea9
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@ services:
- ./config/registry/:/etc/registry/
environment:
- GODEBUG=netdns=cgo
ports:
- 5001:5001
command:
["serve", "/etc/registry/config.yml"]
depends_on:

View File

@ -15,8 +15,6 @@ services:
- ./config/registry/:/etc/registry/
environment:
- GODEBUG=netdns=cgo
ports:
- 5001:5001
command:
["serve", "/etc/registry/config.yml"]
depends_on: