added docker files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: '2'
|
||||
services:
|
||||
rssbridge:
|
||||
container_name: rssbridge
|
||||
hostname: rssbridge
|
||||
image: rssbridge/rss-bridge:latest
|
||||
ports:
|
||||
- 3001:80/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/rssbridge/whitelist.txt:/app/whitelist.txt
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user