updating metube
This commit is contained in:
parent
7aa1eac453
commit
67ef8ceaef
|
@ -9,7 +9,7 @@ with lib;
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8085";
|
||||
proxyPass = "http://127.0.0.1:8585";
|
||||
};
|
||||
};
|
||||
virtualisation = {
|
||||
|
@ -21,7 +21,7 @@ with lib;
|
|||
containers = {
|
||||
metube = {
|
||||
image = "ghcr.io/alexta69/metube";
|
||||
ports = [ "8085:8081" ];
|
||||
ports = [ "8585:8081" ];
|
||||
volumes = [ "/storage/downloads:/downloads" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue