mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +00:00
name change
This commit is contained in:
parent
3ce39c201a
commit
6506fd03ab
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
version: '3'
|
||||
services:
|
||||
geth-bootnode:
|
||||
sl-bootnode:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
@ -40,7 +40,7 @@ services:
|
|||
}
|
||||
]
|
||||
|
||||
node1:
|
||||
sl-node1:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
]
|
||||
|
||||
|
||||
node2:
|
||||
sl-node2:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: geth-poa/Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue