1
0

rss-bridge: add

This commit is contained in:
2025-10-29 11:20:27 +01:00
parent 11ff171cd1
commit 78273b05ec

View File

@ -646,6 +646,18 @@ services:
- bw_feature_search_suggestions=true
- bw_port=8000
rss-bridge:
container_name: rss-bridge
image: rssbridge/rss-bridge:latest
networks:
public:
ipv4_address: 192.168.240.57
volumes:
- ./config:/config
ports:
- 3002:80
restart: unless-stopped
networks: