Start the container

Benoit Lubek 2021-12-05 18:58:12 +01:00
parent e9a3dd8f37
commit aaa962fe13

@ -2,6 +2,8 @@ This guide is for people who want to run RSS Bridge using Docker. If you want to
## Setup ## Setup
### Create the container
```bash ```bash
docker create \ docker create \
--name=rss-bridge \ --name=rss-bridge \
@ -9,6 +11,10 @@ docker create \
--publish 3000:80 \ --publish 3000:80 \
rssbridge/rss-bridge:latest 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: And access it using `http://IP_Address:3000`. If you'd like to run a specific version, you can run it by: