Update docker-compose.yml

force cgo resolver
This commit is contained in:
Deepzz
2016-12-21 17:06:42 +08:00
committed by GitHub
parent 0e897eaf69
commit 53f7623b22

View File

@@ -29,6 +29,8 @@ services:
links: links:
- elasticsearch - elasticsearch
- mongodb - mongodb
environment:
- GODEBUG=netdns=cgo
ports: ports:
- "9000:9000" - "9000:9000"
restart: always restart: always