mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 22:00:23 +02:00
Updated Docker (markdown)
@@ -5,7 +5,7 @@ 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 \
|
||||||
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
--volume </path/to/whitelist.txt>:/app/whitelist.txt \
|
||||||
--publish 3000:80 \
|
--publish 3000:80 \
|
||||||
rssbridge/rss-bridge:latest
|
rssbridge/rss-bridge:latest
|
||||||
```
|
```
|
||||||
@@ -15,7 +15,7 @@ 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 \
|
||||||
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
--volume </path/to/whitelist.txt>:/app/whitelist.txt \
|
||||||
--publish 3000:80 \
|
--publish 3000:80 \
|
||||||
rssbridge/rss-bridge:$version
|
rssbridge/rss-bridge:$version
|
||||||
```
|
```
|
||||||
@@ -29,7 +29,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
rss-bridge:
|
rss-bridge:
|
||||||
volumes:
|
volumes:
|
||||||
- ./whitelist.txt:/app/public/whitelist.txt
|
- ./whitelist.txt:/app/whitelist.txt
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: rssbridge/rss-bridge:latest
|
image: rssbridge/rss-bridge:latest
|
||||||
|
Reference in New Issue
Block a user