mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
- add Dockerfile
This commit is contained in:
@@ -14,6 +14,12 @@ Mango is a self-hosted manga server and reader. Its features include
|
||||
|
||||
### Docker
|
||||
|
||||
1. Make sure you have docker installed and running
|
||||
2. Clone the repository
|
||||
3. `docker build -t mango:mango .`
|
||||
4. `docker run -td --name mango -p 9000:9000 -v /path/to/your/mango/library:/root/mango/library mango:mango`
|
||||
5. Now the docker container is up and running. You can get into it using `docker exec -it mango /bin/bash` and then start Mango using the command `mango`
|
||||
|
||||
### Build from source
|
||||
|
||||
1. Make sure you have Crystal, Node and Yarn installed
|
||||
@@ -71,22 +77,18 @@ On the first run, Mango would log the default username and a randomly generated
|
||||
|
||||
## Screenshots
|
||||
|
||||
Library
|
||||
Library:
|
||||
|
||||

|
||||
|
||||
Title
|
||||
Title:
|
||||
|
||||

|
||||
|
||||
Reader
|
||||
Reader:
|
||||
|
||||

|
||||
|
||||
Mobile UI
|
||||
Mobile UI:
|
||||
|
||||

|
||||
|
||||
## Contributors
|
||||
|
||||
- [Alex Ling](https://github.com/your-github-user) - creator and maintainer
|
||||
|
||||
Reference in New Issue
Block a user