rss-bridge: add
This commit is contained in:
@ -646,6 +646,18 @@ services:
|
|||||||
- bw_feature_search_suggestions=true
|
- bw_feature_search_suggestions=true
|
||||||
- bw_port=8000
|
- 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:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user