From 474e86bed6293e62ce9b15fd5a4baffb27c29786 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 4 Nov 2022 13:17:10 -0400 Subject: [PATCH] Remove AutoStart --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c144c6e..8db04a9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,6 @@ Container images are configured using parameters passed at runtime (such as thos | `-e TZ=America/New_York` | Specify a timezone to use EST, America/New_York. | | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | -| `-e autoStart=true` | true = enabled :: Runs script automatically on startup | | `-e scriptInterval=15m` | #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when autoStart is enabled | | `-e enableAudioScript=true` | true = enabled :: Enables the Audio script to run with autoStart | | `-e enableVideoScript=true` | true = enabled :: Enables the Video script to run with autoStart |