Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Change docker node image healthcheck port
  • Loading branch information
DaMandal0rian committed Jun 29, 2023
commit fa3be224aeaa0a53ccf08a907bdcc1f73f66138e
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