Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
fix: updated node startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Feb 26, 2021
1 parent f9009c5 commit 7a6348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
image: kiltprotocol/mashnet-node:develop
ports:
- 9944:9944
command: ./target/release/mashnet-node --dev --ws-port 9944 --ws-external
command: --dev --ws-port 9944 --ws-external
demo-client:
build:
context: .
Expand Down

0 comments on commit 7a6348d

Please sign in to comment.