Skip to content

Commit

Permalink
Always use linux/amd64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Mar 15, 2024
1 parent c32a175 commit 82d9551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
l1dtl:
image: ericlee42/metis:dtl-3
restart: unless-stopped
platform: linux/amd64
stop_grace_period: 30s
expose:
- 7878
Expand All @@ -25,6 +26,7 @@ services:

l2geth:
image: ericlee42/metis:l2geth-5
platform: linux/amd64
restart: unless-stopped
stop_grace_period: 2m
env_file:
Expand Down

0 comments on commit 82d9551

Please sign in to comment.