mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-18 12:06:36 +00:00
Fix proxy test
The proxy test needed its own local resovler to pass. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
6e537d1fde
commit
1c8e8bb615
@ -295,8 +295,6 @@ func ParseCompose(config *compose.Config) ([]Service, error) {
|
||||
})
|
||||
}
|
||||
|
||||
fmt.Printf("Service: %s - %v\n", s.Name, s.Ports)
|
||||
|
||||
services[idx] = Service{
|
||||
Name: s.Name,
|
||||
Image: s.Image,
|
||||
|
Reference in New Issue
Block a user