Skip to content

Commit

Permalink
fix node startup docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
khodedawsh authored Aug 10, 2024
1 parent 576dd17 commit f81c24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/getting-started/advanced-install/marznode.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cd marznode
Execute the following command to get your node up and running

```shell
docker compose up -f ./compose.yml -d
docker compose -f ./compose.yml up -d
```

{{% /steps %}}

0 comments on commit f81c24d

Please sign in to comment.