From 71ac5f8e2aef4f62458e9b6676dfe1fea9c5ed27 Mon Sep 17 00:00:00 2001 From: Max Wittal Date: Sat, 1 Feb 2025 23:42:56 +0700 Subject: [PATCH] docs: docker port 11333 is now default --- docs/src/content/docs/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/installation.md b/docs/src/content/docs/guides/installation.md index c700b49f3..c3140762e 100644 --- a/docs/src/content/docs/guides/installation.md +++ b/docs/src/content/docs/guides/installation.md @@ -150,7 +150,7 @@ services: volumes: - /some/path/to/mmx/node/data:/data - /some/path/to/disks:/disks - command: './run_harvester.sh -n :11333' + command: './run_harvester.sh -n ' ``` ## Custom storage path