We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67443e4 commit 01347d2Copy full SHA for 01347d2
.gitignore
@@ -5,3 +5,4 @@ dist
5
.idea
6
local.env
7
*.env
8
+*jwtsecret
deploy/mainnet/docker-compose.yml
@@ -141,7 +141,9 @@ services:
141
volumes: ["geth:/data","../configs/jwtsecret:/jwtsecret"]
142
profiles: ["geth"]
143
networks:
144
- - mainnet
+ mainnet:
145
+ aliases:
146
+ - eth1-node
147
148
besu:
149
container_name: besu_mainnet
0 commit comments