This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/archive/rss-bridge/docker-compose.yml

10 lines
187 B
YAML
Raw Permalink Normal View History

2020-07-27 21:45:27 +02:00
version: '3'
services:
rss-bridge:
image: rssbridge/rss-bridge:latest
volumes:
- ./whitelist.txt:/app/whitelist.txt
restart: unless-stopped
2022-05-17 23:10:56 +02:00
ports:
- 8082:80