change port
This commit is contained in:
@@ -7,14 +7,14 @@ services:
|
|||||||
# HTTP server / GraphQL API
|
# HTTP server / GraphQL API
|
||||||
- 8545
|
- 8545
|
||||||
ports:
|
ports:
|
||||||
- "27374:27374"
|
- "38907:38907"
|
||||||
- "27374:27374/udp"
|
- "38907:38907/udp"
|
||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"--scroll",
|
"--scroll",
|
||||||
# Blockchain sync mode ("snap", "full" or "light")
|
# Blockchain sync mode ("snap", "full" or "light")
|
||||||
"--syncmode=full",
|
"--syncmode=full",
|
||||||
"--port=27374",
|
"--port=38907",
|
||||||
"--nat=extip:$IP",
|
"--nat=extip:$IP",
|
||||||
# Megabytes of memory allocated to internal caching
|
# Megabytes of memory allocated to internal caching
|
||||||
"--cache=8192",
|
"--cache=8192",
|
||||||
|
|||||||
Reference in New Issue
Block a user