set cgo as the default DNS resovler

This commit is contained in:
Wenkai Yin 2016-04-29 13:17:59 +08:00
parent 5cc51a753d
commit 60f5df1a80
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ services:
volumes:
- /data/registry:/storage
- ./config/registry/:/etc/registry/
environment:
- GODEBUG=netdns=cgo
ports:
- 5001:5001
command:

View File

@ -12,3 +12,4 @@ LDAP_URL=$ldap_url
LDAP_BASE_DN=$ldap_basedn
SELF_REGISTRATION=$self_registration
LOG_LEVEL=debug
GODEBUG=netdns=cgo