mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
v2-dc
This commit is contained in:
parent
f3dbb834aa
commit
ebe2484091
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
geth-node:
|
||||
image: your-dockerhub-username/geth:latest
|
||||
image: "${DOCKER_USERNAME}/geth:latest" # Use environment variable for Docker Hub username
|
||||
container_name: geth-devnet
|
||||
ports:
|
||||
- "8545:8545"
|
||||
|
|
|
|||
Loading…
Reference in a new issue