From dbbd64a347f8fa2366cd1f1bc421a32b7655707c Mon Sep 17 00:00:00 2001 From: Matheus Marabesi Date: Sun, 7 Aug 2022 12:18:17 +0200 Subject: [PATCH] Update README.md updates deploy instructions to avoid docker error "ERROR: Network web declared as external, but could not be found. Please create the network manually using `docker network create web` and try again. " --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca8b053..fff880e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Admin part is [api.primates.dev/admin](https://api.primates.dev/admin) ```Bash git clone https://github.com/StanGirard/seo-audits-toolkit cd seo-audits-toolkit +docker network create web docker-compose pull ## docker-compose build if you want to build it on your own docker-compose --env-file .env-example up -d ```