From 41393f6f02d4068f5e00b71573bc8a1781abf4ed Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Wed, 19 Feb 2020 23:23:11 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88c2a66..86ef54b 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ Mango is a self-hosted manga server and reader. Its features include 1. Make sure you have docker installed and running. You will also need `docker-compose` 2. Clone the repository -3. Copy `docker-compose.example.yml` to `docker-compose.yml` and modify it if necessary -4. Run `docker-compose up`. This should build the docker image and start the container with Mango running inside -5. Head over to `localhost:9000` to log in +3. Copy `docker-compose.example.yml` to `docker-compose.yml` +4. Modify the `volumes` in `docker-compose.yml` to point the directories to desired locations on the host machine +5. Run `docker-compose up`. This should build the docker image and start the container with Mango running inside +6. Head over to `localhost:9000` to log in ### Build from source @@ -43,7 +44,7 @@ Mango e-manga server/reader. Version 0.1.0 ### Config -The default config file location is `~/.config/mango/config.yml`. The config options and default values are given below +The default config file location is `~/.config/mango/config.yml`. It might be different if you are running Mango in a docker container. The config options and default values are given below ```yaml ---