updating metube

This commit is contained in:
Chris Cochrun 2025-05-19 21:49:27 -05:00
parent 7aa1eac453
commit 67ef8ceaef

View file

@ -9,7 +9,7 @@ with lib;
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:8085"; proxyPass = "http://127.0.0.1:8585";
}; };
}; };
virtualisation = { virtualisation = {
@ -21,7 +21,7 @@ with lib;
containers = { containers = {
metube = { metube = {
image = "ghcr.io/alexta69/metube"; image = "ghcr.io/alexta69/metube";
ports = [ "8085:8081" ]; ports = [ "8585:8081" ];
volumes = [ "/storage/downloads:/downloads" ]; volumes = [ "/storage/downloads:/downloads" ];
}; };
}; };