Skip to content
Snippets Groups Projects
Commit 4abf14ec authored by Aaron Andreas's avatar Aaron Andreas
Browse files

update README.md

parent dddd07e5
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,12 @@ next step.
To run/spawn your container, you will need to run
```bash
docker run -p 8083:8083 -v /path/to/calibre/libary:/ebooks --name myebookserver -d calibre-web
docker run -p 8083:8083 -v /path/to/calibre/libary:/ebooks -v /path/to/calibre/config:/config --name myebookserver -d calibre-web
```
Now, you can controll your instance by the commands:
```bash
docker start ebookserver
docker stop ebookserver
docker start myebookserver
docker stop myebookserver
```
Maybe you run this with a systemd-service-unit?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment