mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 06:19:07 +02:00
Updated Docker (markdown)
parent
d749574116
commit
ced3d768f0
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ This guide is for people who want to run RSS Bridge using Docker. If you want to
|
|||
```bash
|
||||
docker create \
|
||||
--name=rss-bridge \
|
||||
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||
--volume </path/to/whitelist.txt>:/app/whitelist.txt \
|
||||
--publish 3000:80 \
|
||||
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
|
||||
docker create \
|
||||
--name=rss-bridge \
|
||||
--volume </path/to/whitelist.txt>:/app/public/whitelist.txt \
|
||||
--volume </path/to/whitelist.txt>:/app/whitelist.txt \
|
||||
--publish 3000:80 \
|
||||
rssbridge/rss-bridge:$version
|
||||
```
|
||||
|
@ -29,7 +29,7 @@ version: '2'
|
|||
services:
|
||||
rss-bridge:
|
||||
volumes:
|
||||
- ./whitelist.txt:/app/public/whitelist.txt
|
||||
- ./whitelist.txt:/app/whitelist.txt
|
||||
build:
|
||||
context: .
|
||||
image: rssbridge/rss-bridge:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue