Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN \
HEALTHCHECK CMD curl \
-H "Content-Type: application/json" \
-d '{ "id": 1, "jsonrpc": "2.0", "method": "system_health", "params": [] }' \
-f "http://localhost:9933"
-f "http://localhost:9944"

COPY --from=0 /code/subspace-node /subspace-node

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-node.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN \
HEALTHCHECK CMD curl \
-H "Content-Type: application/json" \
-d '{ "id": 1, "jsonrpc": "2.0", "method": "system_health", "params": [] }' \
-f "http://localhost:9933"
-f "http://localhost:9944"

COPY --from=0 /code/subspace-node /subspace-node

Expand Down
2 changes: 1 addition & 1 deletion docs/farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ services:
"--dsn-listen-on", "/ip4/0.0.0.0/tcp/30433",
"--rpc-cors", "all",
"--rpc-methods", "safe",
"--unsafe-ws-external",
"--unsafe-rpc-external",
"--dsn-disable-private-ips",
"--no-private-ipv4",
"--validator",
Expand Down