Add IpLeakTest environment variable to docker compose

This commit is contained in:
pcjones
2024-10-21 17:20:28 +02:00
parent 4ffdf9f53a
commit b8a1c64039
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,8 @@
"ApiKey": "your_readarr_api_key"
},
"IpLeakTest": {
// Docker Environment Variables:
// - IpLeakTest: false (set to true to enable)
"Enabled": false
}
}

View File

@@ -23,6 +23,7 @@ services:
- LIDARR__ENABLED=false
- LIDARR__HOST=http://localhost:8686
- LIDARR__APIKEY=APIKEY
#- IpLeakTest=false # uncomment and set to true to enable IP leak test
### example for multiple instances of same type
#- SONARR__0__NAME=NAME 1 (optional)
#- SONARR__0__ENABLED=false