Skip to content

Commit

Permalink
fix: is ecotone block fn
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Feb 24, 2024
1 parent 5fca09d commit b4c8a6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-logging: &logging

services:
magi:
image: a16zcrypto/magi:latest
# image: a16zcrypto/magi:latest
container_name: magi
build:
dockerfile: Dockerfile
Expand All @@ -23,6 +23,8 @@ services:
- op-geth
env_file:
- .env
environment:
- RUST_LOG=magi=debug
ports:
- 9200:9200
- "${RPC_PORT}:${RPC_PORT}"
Expand Down

0 comments on commit b4c8a6f

Please sign in to comment.