remove hostname resolution problem workaround

Signed-off-by: Andrew Hsu <andrewhsu@acm.org>
This commit is contained in:
Andrew Hsu 2016-05-24 19:06:30 +00:00
parent 6458d1f50f
commit 3d66418f30
1 changed files with 0 additions and 6 deletions

View File

@ -10,8 +10,6 @@ services:
srv:
aliases:
- notary-server
environment:
- GODEBUG=netdns=cgo
entrypoint: /usr/bin/env sh
command: -c "./migrations/migrate.sh && notary-server -config=fixtures/server-config.json"
depends_on:
@ -26,8 +24,6 @@ services:
sig:
aliases:
- notarysigner
environment:
- GODEBUG=netdns=cgo
entrypoint: /usr/bin/env sh
command: -c "./migrations/migrate.sh && notary-signer -config=fixtures/signer-config.json"
depends_on:
@ -46,8 +42,6 @@ services:
build:
context: .
dockerfile: Dockerfile
environment:
- GODEBUG=netdns=cgo
command: buildscripts/testclient.sh
volumes:
- ./test_output:/test_output