From 58d5956d0b6c8d20784fcd92f5e0564295e70db9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 18 May 2021 23:05:53 -0400 Subject: [PATCH] add line about autostarting on boot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c23be9..82500e0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ See [docker-compose.yaml](./docker-compose.yaml). Screenshot of succesfully running Send UI +*Note: the server will autostart on boot (to disable, change all the `restart: always` lines to `restart: on-failure`)* + ## Example .env ```bash