From 38c3d88cea61361afe332437581dac8b40adbfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 11 Dec 2018 13:41:41 +0200 Subject: cmd/puppeth: support latest docker compose, expose faucet UDP --- cmd/puppeth/module_explorer.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/puppeth/module_explorer.go') diff --git a/cmd/puppeth/module_explorer.go b/cmd/puppeth/module_explorer.go index e916deaf6..e465fa04a 100644 --- a/cmd/puppeth/module_explorer.go +++ b/cmd/puppeth/module_explorer.go @@ -77,6 +77,7 @@ services: explorer: build: . image: {{.Network}}/explorer + container_name: {{.Network}}_explorer_1 ports: - "{{.NodePort}}:{{.NodePort}}" - "{{.NodePort}}:{{.NodePort}}/udp"{{if not .VHost}} -- cgit v1.2.3