From 7d26571efcf15c2741dec866efff9bc8bbebbf20 Mon Sep 17 00:00:00 2001 From: fmedv <28409749+fmedv@users.noreply.github.com> Date: Sun, 18 Apr 2021 19:36:07 +0200 Subject: [PATCH 1/2] Corrected git clone repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb73cdd..15f3a18 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ___ [GitHub Repository](https://github.com/ipfs/go-ipfs) ## Setup -1. Run `git clone https://github.com/fmedv/docker-ipfs`. +1. Run `git clone https://github.com/fmedv/docker-go-ipfs.git`. 1. Rename `.env-example` to `.env`. 1. Run `docker-compose pull`. 1. Run `docker-compose up -d`. From 4d10f9b98621737e9ede21a6f3dd6a5a69ddeccf Mon Sep 17 00:00:00 2001 From: fmedv <28409749+fmedv@users.noreply.github.com> Date: Sun, 18 Apr 2021 19:43:05 +0200 Subject: [PATCH 2/2] Add "Setup pre-configuration" section to README.md Fixes issue #2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 15f3a18..35784da 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ ___ [GitHub Repository](https://github.com/ipfs/go-ipfs) +## Setup pre-configuration +1. Run `wsl --user root` in PowerShell/CMD if system runs on WSL. +1. Run `sysctl -w net.core.rmem_max=2500000` to fix [buffer size issue](https://github.com/fmedv/docker-go-ipfs/issues/2) + ## Setup 1. Run `git clone https://github.com/fmedv/docker-go-ipfs.git`. 1. Rename `.env-example` to `.env`.