Add Docker instructions to FAQ
This commit is contained in:
parent
4958f59a67
commit
30cd469c58
1 changed files with 6 additions and 0 deletions
6
FAQ.md
6
FAQ.md
|
@ -103,6 +103,12 @@ Alltube can rename videos automatically if you enable streaming (see above).
|
|||
|
||||
If the video is available in the server's country, you can download it if you enable streaming (see above).
|
||||
|
||||
## How do I run the Docker image?
|
||||
|
||||
```bash
|
||||
docker run -p 8080:80 rudloff/alltube
|
||||
```
|
||||
|
||||
## How do I run Heroku locally?
|
||||
|
||||
You should be able to use `heroku local` like this:
|
||||
|
|
Loading…
Reference in a new issue