This commit is contained in:
Marc Fokkert
2025-09-11 08:26:07 +02:00
parent 995332e672
commit 8d2a5c5494
6 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ resource "docker_container" "deluge" {
restart = "always"
memory = 1000
memory_swap = 1000
log_driver = "local"