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