1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-01 20:23:39 +02:00

docs: improve docker docs (#4183)

* docs: improve docker docs

* fix: cleanup and remove duplicate docker instructions
This commit is contained in:
Dag
2024-08-01 23:36:14 +02:00
committed by GitHub
parent d050fe9a9b
commit 0051e0fcdd
8 changed files with 53 additions and 126 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '2'
services:
rss-bridge:
image: rssbridge/rss-bridge:latest
volumes:
- ./config:/config
ports:
- 3000:80
restart: unless-stopped