Skip to content

Commit

Permalink
docs: docker port 11333 is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 1, 2025
1 parent b7fd58f commit 71ac5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ services:
volumes:
- /some/path/to/mmx/node/data:/data
- /some/path/to/disks:/disks
command: './run_harvester.sh -n <some ip or hostname here>:11333'
command: './run_harvester.sh -n <some ip or hostname here>'
```

## Custom storage path
Expand Down

0 comments on commit 71ac5f8

Please sign in to comment.