mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-09 16:15:48 +02:00
Updated Docker (markdown)
parent
f766800eb2
commit
b1291ae76c
@ -5,8 +5,8 @@ This guide is for people who want to run RSS Bridge using Docker. If you want to
|
||||
```bash
|
||||
docker create \
|
||||
--name=rss-bridge \
|
||||
-v </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||
-p 3000:80 \
|
||||
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||
--publish 3000:80 \
|
||||
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
|
||||
docker create \
|
||||
--name=rss-bridge \
|
||||
-v </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||
-p 3000:80 \
|
||||
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||
--publish 3000:80 \
|
||||
rssbridge/rss-bridge:$version
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user