Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:

##########################
Expand Down
4 changes: 3 additions & 1 deletion doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

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
git clone https://github.com/SatoshiPortal/cyphernode.git
git clone -b master https://github.com/SatoshiPortal/cyphernode.git
cd cyphernode/dist
./setup.sh
```
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-sample.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:

##########################
Expand Down