fixed faulty regex detection and concurrent data accessing (#16)

This commit is contained in:
Marius Nechifor
2024-11-28 23:05:29 +02:00
committed by GitHub
parent 53adb6c1c1
commit a5a54e324d
2 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ services:
example* // file name starts with "example"
*example* // file name has "example" in the name
example // file name is exactly the word "example"
<ANY_REGEX> // regex
regex:<ANY_REGEX> // regex that needs to be marked at the start of the line with "regex:"
```
5. Multiple Sonarr/Radarr instances can be specified using this format, where `<NUMBER>` starts from 0:
```