mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-28 14:44:41 +02:00
Added ./ in front of whitelist.txt to simplify docker-compose usage.
parent
b2563c50dc
commit
31d82b0044
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue