From 30cd469c587bd4c3688425c02eda7b88fd071f12 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 29 Mar 2017 21:30:02 +0200 Subject: [PATCH] Add Docker instructions to FAQ --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 3fdd5fa..c03462e 100644 --- a/FAQ.md +++ b/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: