Skip to content

Commit

Permalink
build: remove port exporting, using host network
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Aug 21, 2024
1 parent 32afdb4 commit 52ddd2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ services:
# Used for targetting localhost as if you were outside the container
network_mode: host

ports:
- "8545:8545"
- "26657:26657"

# The command config is used for launching the GM rollup once the Docker container is running
command: rollkit start --rollkit.aggregator --rollkit.da_address http://localhost:7980
depends_on:
Expand Down

0 comments on commit 52ddd2e

Please sign in to comment.