1
0
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.

bradym
2018-08-28 12:48:56 -05:00
parent b2563c50dc
commit 31d82b0044

@ -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