mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 19:35:30 -04:00
Update README.md
This commit is contained in:
parent
9538bd5f4e
commit
43738ff0aa
@ -14,12 +14,11 @@ Mango is a self-hosted manga server and reader. Its features include
|
|||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
1. Make sure you have docker installed and running
|
1. Make sure you have docker installed and running. You will also need `docker-compose`
|
||||||
2. Clone the repository
|
2. Clone the repository
|
||||||
3. `docker build -t mango:mango .`
|
3. Copy `docker-compose.example.yml` to `docker-compose.yml` and modify it if necessary
|
||||||
4. `docker run -td --name mango -p 9000:9000 -v /path/to/your/mango/library:/root/mango/library mango:mango`
|
4. Run `docker-compose up`. This should build the docker image and start the container with Mango running inside
|
||||||
5. or you can directly run it with `docker-compose up` (You should create your own docker-compose.yml configuration file before running it)
|
|
||||||
6. Now the docker container is up and running. You can visit at `http://127.0.0.1:9000`.
|
|
||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user