From cf5aa41cd5eae69ee03fc589fc8c9b7866e1c6b4 Mon Sep 17 00:00:00 2001 From: ethicnology Date: Sun, 1 Jun 2025 13:23:58 -0400 Subject: [PATCH 1/3] docs: clone `master` branch by default --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index be644f328..7c67b80eb 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -9,7 +9,7 @@ We are providing an installer to help you setup Cyphernode. All the Docker imag You can clone the git repository and install: ```shell -git clone https://github.com/SatoshiPortal/cyphernode.git +git clone -b master https://github.com/SatoshiPortal/cyphernode.git cd cyphernode/dist ./setup.sh ``` From 6a09bd8a2e19eddc3bee72b99142ff2f42344c9c Mon Sep 17 00:00:00 2001 From: ethicnology Date: Sun, 1 Jun 2025 13:28:46 -0400 Subject: [PATCH 2/3] docs: add note about `docker compose` vs `docker-compose` compatibility in `setup.sh` --- doc/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 7c67b80eb..13e21fa6b 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -6,6 +6,8 @@ We are providing an installer to help you setup Cyphernode. All the Docker images used by Cyphernode have been prebuilt for x86 and ARM (RPi) architectures and are hosted on the Docker hub public registry, Cyphernode repository (https://hub.docker.com/u/cyphernode/). +> If you are using `docker compose` instead of `docker-compose`, create a symbolic link since `setup.sh` executes the `docker-compose` command + You can clone the git repository and install: ```shell From d4872c34a3d14614ee40eceeb19c28ed9e693ca7 Mon Sep 17 00:00:00 2001 From: ethicnology Date: Sun, 1 Jun 2025 13:31:03 -0400 Subject: [PATCH 3/3] fix: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion --- .../templates/installer/docker/docker-compose.yaml | 2 -- docker-compose-sample.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/cyphernodeconf_docker/templates/installer/docker/docker-compose.yaml b/cyphernodeconf_docker/templates/installer/docker/docker-compose.yaml index 7ca2aef2f..f85e0310b 100644 --- a/cyphernodeconf_docker/templates/installer/docker/docker-compose.yaml +++ b/cyphernodeconf_docker/templates/installer/docker/docker-compose.yaml @@ -1,5 +1,3 @@ -version: "3" - services: ########################## diff --git a/docker-compose-sample.yml b/docker-compose-sample.yml index 56b109f8f..f365eb9f0 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -1,5 +1,3 @@ -version: "3" - services: ##########################