Commit 8eda4c36 authored by Matthew Slipper's avatar Matthew Slipper

ops: Fix gas oracle in docker compose

parent 779709f2
......@@ -228,7 +228,7 @@ services:
build:
context: ..
dockerfile: ./ops/docker/Dockerfile.gas-oracle
image: ethereumoptimism/l2geth:${DOCKER_TAG_GAS_ORACLE:-latest}
image: ethereumoptimism/gas-oracle:${DOCKER_TAG_GAS_ORACLE:-latest}
entrypoint: ./gas-oracle.sh
environment:
GAS_PRICE_ORACLE_ETHEREUM_HTTP_URL: http://l2geth:8545
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment