mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 04:15:35 -04:00
Update README.md
This commit is contained in:
parent
ace8d07f8b
commit
41393f6f02
@ -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`
|
1. Make sure you have docker installed and running. You will also need `docker-compose`
|
||||||
2. Clone the repository
|
2. Clone the repository
|
||||||
3. Copy `docker-compose.example.yml` to `docker-compose.yml` and modify it if necessary
|
3. Copy `docker-compose.example.yml` to `docker-compose.yml`
|
||||||
4. Run `docker-compose up`. This should build the docker image and start the container with Mango running inside
|
4. Modify the `volumes` in `docker-compose.yml` to point the directories to desired locations on the host machine
|
||||||
5. Head over to `localhost:9000` to log in
|
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
|
### Build from source
|
||||||
@ -43,7 +44,7 @@ Mango e-manga server/reader. Version 0.1.0
|
|||||||
|
|
||||||
### Config
|
### 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
|
```yaml
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user