updating metube
This commit is contained in:
parent
7aa1eac453
commit
67ef8ceaef
|
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue