mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-19 01:20:58 +03:00
Start the container
parent
e9a3dd8f37
commit
aaa962fe13
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue