aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_node.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-12-11 19:55:10 +0800
committerGitHub <noreply@github.com>2018-12-11 19:55:10 +0800
commit5584574217df29f5daf5db70b3d2536ec66a036c (patch)
tree1996772ad613417eb26b98c1fe21763c68caa853 /cmd/puppeth/module_node.go
parentbb724080cac9fa36ec6b638cfd5cf0e54bc23362 (diff)
parent38c3d88cea61361afe332437581dac8b40adbfca (diff)
downloaddexon-5584574217df29f5daf5db70b3d2536ec66a036c.tar.gz
dexon-5584574217df29f5daf5db70b3d2536ec66a036c.tar.zst
dexon-5584574217df29f5daf5db70b3d2536ec66a036c.zip
Merge pull request #18281 from karalabe/puppeth-faucet
cmd/faucet, cmd/puppeth: fix enode and compose regressions, expose UDP
Diffstat (limited to 'cmd/puppeth/module_node.go')
-rw-r--r--cmd/puppeth/module_node.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/puppeth/module_node.go b/cmd/puppeth/module_node.go
index 069adfe4f..5d9ef4652 100644
--- a/cmd/puppeth/module_node.go
+++ b/cmd/puppeth/module_node.go
@@ -55,6 +55,7 @@ services:
{{.Type}}:
build: .
image: {{.Network}}/{{.Type}}
+ container_name: {{.Network}}_{{.Type}}_1
ports:
- "{{.Port}}:{{.Port}}"
- "{{.Port}}:{{.Port}}/udp"