mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +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'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
geth-bootnode:
|
sl-bootnode:
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: geth-poa/Dockerfile
|
dockerfile: geth-poa/Dockerfile
|
||||||
|
|
@ -40,7 +40,7 @@ services:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
node1:
|
sl-node1:
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: geth-poa/Dockerfile
|
dockerfile: geth-poa/Dockerfile
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
node2:
|
sl-node2:
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: geth-poa/Dockerfile
|
dockerfile: geth-poa/Dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue