mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
name change
This commit is contained in:
parent
645aa062fd
commit
3435831417
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
version: '3'
|
||||
services:
|
||||
geth-bootnode:
|
||||
sl-bootnode:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
@ -41,7 +41,7 @@ services:
|
|||
}
|
||||
]
|
||||
|
||||
node1:
|
||||
sl-node1:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
@ -80,7 +80,8 @@ services:
|
|||
}
|
||||
]
|
||||
|
||||
node2:
|
||||
|
||||
sl-node2:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue