Add Docker instructions to FAQ

This commit is contained in:
Pierre Rudloff 2017-03-29 21:30:02 +02:00
parent 4958f59a67
commit 30cd469c58
1 changed files with 6 additions and 0 deletions

6
FAQ.md
View File

@ -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). 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? ## How do I run Heroku locally?
You should be able to use `heroku local` like this: You should be able to use `heroku local` like this: