From 7edd64cc9863585ce217e6b6a5800663e0a5b7b0 Mon Sep 17 00:00:00 2001 From: affficionado Date: Mon, 15 Mar 2021 00:06:41 +0300 Subject: [PATCH] add restart for container autostart --- Docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker.md b/Docker.md index 0b365d0..0a47586 100644 --- a/Docker.md +++ b/Docker.md @@ -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).