aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_explorer.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-12-11 19:41:41 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-12-11 19:41:41 +0800
commit38c3d88cea61361afe332437581dac8b40adbfca (patch)
tree1996772ad613417eb26b98c1fe21763c68caa853 /cmd/puppeth/module_explorer.go
parent69a8d9841a62af97d98ad59f8c40e34301946b84 (diff)
downloaddexon-38c3d88cea61361afe332437581dac8b40adbfca.tar
dexon-38c3d88cea61361afe332437581dac8b40adbfca.tar.gz
dexon-38c3d88cea61361afe332437581dac8b40adbfca.tar.bz2
dexon-38c3d88cea61361afe332437581dac8b40adbfca.tar.lz
dexon-38c3d88cea61361afe332437581dac8b40adbfca.tar.xz
dexon-38c3d88cea61361afe332437581dac8b40adbfca.tar.zst
dexon-38c3d88cea61361afe332437581dac8b40adbfca.zip
cmd/puppeth: support latest docker compose, expose faucet UDP
Diffstat (limited to 'cmd/puppeth/module_explorer.go')
-rw-r--r--cmd/puppeth/module_explorer.go1
1 files changed, 1 insertions, 0 deletions
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}}