From eafa8d284fd2e3ea30f5f1345fcf589202eeda4a Mon Sep 17 00:00:00 2001 From: David Conroy Date: Fri, 3 Mar 2023 11:56:41 -0500 Subject: [PATCH] Prevent Overwrite of Docker-Compose (#6861) On this page and similar: https://aptos.dev/nodes/validator-node/operator/running-validator-node/run-validator-node-using-docker You are asked to download docker-compose.yaml and docker-compose-fullnode.yaml. If you use the commands on this page how ever, you will end up with only 1 file as the wget for docker-compose-full node over writes the docker-compose.yaml. --- .../docs/nodes/node-files-all-networks/node-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs-site/docs/nodes/node-files-all-networks/node-files.md b/developer-docs-site/docs/nodes/node-files-all-networks/node-files.md index 72726b09eed75..12d192643ed9f 100644 --- a/developer-docs-site/docs/nodes/node-files-all-networks/node-files.md +++ b/developer-docs-site/docs/nodes/node-files-all-networks/node-files.md @@ -91,7 +91,7 @@ Fullnode means either a validator fullnode or a public fullnode. - **Git branch:** `mainnet` on https://github.com/aptos-labs/aptos-core - **Command to download:** ```bash - wget -O docker-compose.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/mainnet/docker/compose/aptos-node/docker-compose-fullnode.yaml + wget -O docker-compose-fullnode.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/mainnet/docker/compose/aptos-node/docker-compose-fullnode.yaml ``` ## fullnode.yaml (fullnode only)