Skip to content

Commit

Permalink
Update rdm (#65)
Browse files Browse the repository at this point in the history
* update_rdm

* update_rdm

---------

Co-authored-by: lqS0317 <[email protected]>
  • Loading branch information
lqS0317 and lqS0317 authored Mar 4, 2024
1 parent f71f563 commit 07ef560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-healthcheck: &healthcheck

services:
op-geth:
image: mantlenetworkio/op-geth:v0.5.0-1
image: mantlenetworkio/op-geth:v0.5.0-7
deploy:
resources:
limits:
Expand Down Expand Up @@ -56,13 +56,13 @@ services:
- --snapshot=false
volumes:
- ./goerli/secret:/secret/
- ./data/goerli-geth:/db/geth/
- ./data/testnet-geth:/db/geth/
ports:
- ${VERIFIER_HTTP_PORT:-8545}:8545
- ${VERIFIER_WS_PORT:-8546}:8546
- ${VERIFIER_AUTH_PORT:-8551}:8551
op-node:
image: mantlenetworkio/op-node:v0.5.0-1
image: mantlenetworkio/op-node:v0.5.0-7
deploy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion run-node-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- 16GB+ RAM
- 8C+ CPU
- 500GB+ disk (HDD works for now, SSD is better)
- 1000GB+ disk (HDD works for now, SSD is better)
- 10mb/s+ download

## Installation and Setup Instructions
Expand Down

0 comments on commit 07ef560

Please sign in to comment.