set cgo as the default DNS resolver

This commit is contained in:
Wenkai Yin 2016-04-29 17:03:11 +08:00
parent bf53ca9a47
commit 9fbebad626
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