add deluge

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-16 12:15:42 -04:00
parent bc2639c272
commit 58906d95ea
4 changed files with 74 additions and 6 deletions

View File

@ -18,7 +18,7 @@
extraOptions = [ "--restart=always" ];
environmentFiles = [ "/ZFS/ZFS-primary/docker/firefly-iii/.fidi.env" ];
ports = [ "4187:8080" ];
depends_on = [ "firefly" ];
dependsOn = [ "firefly" ];
};
};
}