mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
0051e0fcdd
* docs: improve docker docs * fix: cleanup and remove duplicate docker instructions
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
|