Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 21, 2024
1 parent e9ba8e7 commit ed57c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
BEACON_NODE_URL_HOLESKY: ${BEACON_NODE_URL_HOLESKY}
BEACON_NODE_URL_LUKSO: ${BEACON_NODE_URL_LUKSO}
BEACON_NODE_URL_GNOSIS: ${BEACON_NODE_URL_GNOSIS}
MAX_ENTRIES_PER_BSON: ${MONGO_DB_BSON_MAX_ENTRIES}
MAX_ENTRIES_PER_BSON: ${MAX_ENTRIES_PER_BSON}
depends_on:
- mongo
container_name: listener
Expand Down

0 comments on commit ed57c85

Please sign in to comment.