remove proxy for radarr container

This commit is contained in:
Dmitriy Kholkin 2024-03-04 00:01:05 +03:00
parent 59a8d22b41
commit ee592bc3b9
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -9,8 +9,6 @@ in {
PGID = "100";
UMASK = "002";
TZ = "Europe/Moscow";
HTTP_PROXY = "http://192.168.0.6:8888";
HTTPS_PROXY = "http://192.168.0.6:8888";
};
extraOptions = [ "--pod=media-stack" ];
image = "docker.io/linuxserver/radarr:5.2.6";