mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-10 19:46:23 +02:00
Added ./ in front of whitelist.txt to simplify docker-compose usage.
@ -29,7 +29,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
rss-bridge:
|
rss-bridge:
|
||||||
volumes:
|
volumes:
|
||||||
- whitelist.txt:/app/public/whitelist.txt
|
- ./whitelist.txt:/app/public/whitelist.txt
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: rssbridge/rss-bridge:latest
|
image: rssbridge/rss-bridge:latest
|
||||||
|
Reference in New Issue
Block a user