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

version: '3'
services:
rss-bridge:
image: rssbridge/rss-bridge:latest
volumes:
- ./whitelist.txt:/app/whitelist.txt
restart: unless-stopped
ports:
- 8082:80