1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-03 15:17:33 +02:00

add restart for container autostart

affficionado
2021-03-15 00:06:41 +03:00
parent 2d5caac089
commit 7edd64cc98

@@ -35,6 +35,7 @@ services:
image: rssbridge/rss-bridge:latest
ports:
- 3000:80
restart: unless-stopped
```
You can save this file as `docker-compose.yml`, create a `whitelist.txt` file next to it (just leave the file empty) before running it using `docker-compose up`. Once it gets running, you can edit the `whitelist.txt` [as per the plugins you want to run](Whitelisting).