From 45ef6c0219a5438e61f7d4939ef7c5b5da4fc2eb Mon Sep 17 00:00:00 2001 From: Kyle B <116930331+bruteforks@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:09:40 -0600 Subject: [PATCH] docs(readme): fixes "ERROR: Network web declared as external, but could not be found." Update README.md #69 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca8b053..8afeaa2 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ 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 ```