This commit is contained in:
Chris Cochrun 2025-05-19 21:40:26 -05:00
parent 447bcea2fc
commit b15997402d

View file

@ -21,7 +21,6 @@ with lib;
containers = {
metube = {
image = "ghcr.io/alexta69/metube";
restart = "unless-stopped";
ports = [ "8085:8081" ];
volumes = [ "/storage/downloads:/downloads" ];
};