fix sonarr

This commit is contained in:
sadan 2025-03-12 21:59:48 -04:00
parent 885acf0965
commit 2a42dee7bd
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -12,4 +12,4 @@ services:
- /storage/downloads:/storage/downloads
ports:
- 8989:8989
restart: unless_stopped
restart: unless-stopped

View file

@ -8,7 +8,8 @@
useACMEHost = "sadan.zip";
locations = {
"/" = {
proxyPass = "https://localhost:8989";
proxyPass = "http://localhost:8989";
proxyWebsockets = true;
};
};
};