From aaa962fe13bf996f3138df79655a607d1b04437a Mon Sep 17 00:00:00 2001 From: Benoit Lubek Date: Sun, 5 Dec 2021 18:58:12 +0100 Subject: [PATCH] Start the container --- Docker.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docker.md b/Docker.md index e70fd82..d491a96 100644 --- a/Docker.md +++ b/Docker.md @@ -2,6 +2,8 @@ This guide is for people who want to run RSS Bridge using Docker. If you want to ## Setup +### Create the container + ```bash docker create \ --name=rss-bridge \ @@ -9,6 +11,10 @@ docker create \ --publish 3000:80 \ rssbridge/rss-bridge:latest ``` +### Run it +```bash +docker start rss-bridge +``` And access it using `http://IP_Address:3000`. If you'd like to run a specific version, you can run it by: