do not expose 5001 port

This commit is contained in:
Tan Jiang 2016-09-18 14:08:16 +08:00
parent 1853d636a5
commit 7a5d8640cd
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: