Commit 3525635a authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2300 from mslipper/bugfix/compose

ops: Fix gas oracle in docker compose
parents 779709f2 8eda4c36
...@@ -228,7 +228,7 @@ services: ...@@ -228,7 +228,7 @@ services:
build: build:
context: .. context: ..
dockerfile: ./ops/docker/Dockerfile.gas-oracle 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 entrypoint: ./gas-oracle.sh
environment: environment:
GAS_PRICE_ORACLE_ETHEREUM_HTTP_URL: http://l2geth:8545 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