mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-17 15:49:57 +03:00
9 lines
169 B
YAML
9 lines
169 B
YAML
version: '2'
|
|
services:
|
|
rss-bridge:
|
|
image: rssbridge/rss-bridge:latest
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- 3000:80
|
|
restart: unless-stopped
|