revert ulimit for rpc-base.yml and erigon.yml
This commit is contained in:
@@ -7,10 +7,6 @@ services:
|
|||||||
- "30303"
|
- "30303"
|
||||||
- "30304"
|
- "30304"
|
||||||
- "9090"
|
- "9090"
|
||||||
ulimits:
|
|
||||||
nofile:
|
|
||||||
soft: "40000"
|
|
||||||
hard: "50000"
|
|
||||||
volumes:
|
volumes:
|
||||||
- erigon-trace:/home/erigon/.local/share/erigon
|
- erigon-trace:/home/erigon/.local/share/erigon
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
@@ -52,10 +48,6 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
expose:
|
expose:
|
||||||
- "8545"
|
- "8545"
|
||||||
ulimits:
|
|
||||||
nofile:
|
|
||||||
soft: "40000"
|
|
||||||
hard: "50000"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- "erigon-trace"
|
- "erigon-trace"
|
||||||
|
|||||||
@@ -11,10 +11,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:8080:8080"
|
||||||
ulimits:
|
|
||||||
nofile:
|
|
||||||
soft: "40000"
|
|
||||||
hard: "50000"
|
|
||||||
command:
|
command:
|
||||||
- "--api=true"
|
- "--api=true"
|
||||||
- "--api.insecure=true"
|
- "--api.insecure=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user