mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-09 03:02:22 +02:00
Updated Docker (markdown)
@ -5,8 +5,8 @@ This guide is for people who want to run RSS Bridge using Docker. If you want to
|
|||||||
```bash
|
```bash
|
||||||
docker create \
|
docker create \
|
||||||
--name=rss-bridge \
|
--name=rss-bridge \
|
||||||
-v </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||||
-p 3000:80 \
|
--publish 3000:80 \
|
||||||
rssbridge/rss-bridge:latest
|
rssbridge/rss-bridge:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -15,8 +15,8 @@ And access it using `http://IP_Address:3000`. If you'd like to run a specific ve
|
|||||||
```bash
|
```bash
|
||||||
docker create \
|
docker create \
|
||||||
--name=rss-bridge \
|
--name=rss-bridge \
|
||||||
-v </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||||
-p 3000:80 \
|
--publish 3000:80 \
|
||||||
rssbridge/rss-bridge:$version
|
rssbridge/rss-bridge:$version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user