From 9ee9a46ce984b8267486f4dab74ba5d7a4494878 Mon Sep 17 00:00:00 2001 From: icezohu Date: Mon, 3 Jun 2024 13:54:30 +0800 Subject: [PATCH] chore: Update Docker installation instructions (#524) --- .../node_operators/setup/becoming-a-node-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subquery_network/node_operators/setup/becoming-a-node-operator.md b/docs/subquery_network/node_operators/setup/becoming-a-node-operator.md index 8a69e7efa05..0cab08d729f 100644 --- a/docs/subquery_network/node_operators/setup/becoming-a-node-operator.md +++ b/docs/subquery_network/node_operators/setup/becoming-a-node-operator.md @@ -51,7 +51,7 @@ It's important to ensure that these ports are properly configured and secured to ### Docker -Note that you may or may not need to install Docker. If you use the SubQuery community image in AWS, it comes with everything you need to set up and run quickly. If you have your own customised VM, you will need to install Docker and some command tools, and then obtain the docker-compose.yml file. +Note that you will need to install Docker and some command tools, and then obtain the docker-compose.yml file. ### Running Node Operator Services