restart
This commit is contained in:
parent
447bcea2fc
commit
b15997402d
|
@ -21,7 +21,6 @@ with lib;
|
||||||
containers = {
|
containers = {
|
||||||
metube = {
|
metube = {
|
||||||
image = "ghcr.io/alexta69/metube";
|
image = "ghcr.io/alexta69/metube";
|
||||||
restart = "unless-stopped";
|
|
||||||
ports = [ "8085:8081" ];
|
ports = [ "8085:8081" ];
|
||||||
volumes = [ "/storage/downloads:/downloads" ];
|
volumes = [ "/storage/downloads:/downloads" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue