Skip to content

Commit 083ccb3

Browse files
author
tac0turtle
committed
change docker names
1 parent 0c9b2c6 commit 083ccb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/evm/single/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
rollkit-reth:
55
container_name: rollkit-reth
66
restart: unless-stopped
7-
image: ghcr.io/rollkit/lumen:latest
7+
image: ghcr.io/evstack/lumen:latest
88
ports:
99
- "9001:9001" # metrics
1010
- "30303:30303" # eth/66 peering

execution/evm/docker/docker-compose-full-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ services:
1818
openssl rand -hex 32 | tr -d '\n' > /jwt/jwt.hex;
1919
fi"
2020
21-
rollkit-reth-full-node:
21+
ev-node-reth-full-node:
2222
container_name: rollkit-reth-full-node
2323
restart: unless-stopped
24-
image: ghcr.io/rollkit/lumen:latest
24+
image: ghcr.io/evstack/lumen:latest
2525
depends_on:
2626
jwt-init-full-node:
2727
condition: service_completed_successfully

scripts/run-evm-nodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func (nm *nodeManager) startEVMDocker(name string, rpcPort, enginePort, wsPort i
268268
"-p", fmt.Sprintf("%d:8546", wsPort),
269269
"-v", fmt.Sprintf("%s:/jwt/jwt.hex:ro", nm.jwtPath),
270270
"-v", fmt.Sprintf("%s:/chain/genesis.json:ro", chainPath),
271-
"ghcr.io/rollkit/lumen:latest",
271+
"ghcr.io/evstack/lumen:latest",
272272
"node",
273273
"--chain", "/chain/genesis.json",
274274
"--authrpc.addr", "0.0.0.0",

0 commit comments

Comments
 (0)