From 33b28faba01f6ea29df902549f9ae96037d30d5e Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 28 Mar 2022 14:59:48 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Updated=20the=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4cd674..af004fa 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,13 @@ You can get one [here.](https://comicvine.gamespot.com/api/) Metadata scraping w ## Building the stack 1. Clone this repo -2. Edit the `docker-compose.env` file +2. Create a network using `docker network create proxy` +3. Edit the `docker-compose.env` file 1. Find the hostname of your machine and set the `UNDERLYING_HOSTNAME` to that. For e.g. `UNDERLYING_HOSTNAME=foo` 2. Set the `COMICS_DIRECTORY` and `USERDATA_DIRECTORY` to the correct _absolute_ paths 3. Set the `COMICVINE_API` to your ComicVine API key -3. Save the file -4. Run the stack using: `env $(cat docker-compose.env | xargs) docker-compose up` +4. Save the file +5. Run the stack using: `env $(cat docker-compose.env | xargs) docker-compose up` ## Troubleshooting