From 506aad3da5de5c2cb079f4b898580332ee444b50 Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Wed, 2 Oct 2024 15:56:37 +0200 Subject: [PATCH] add mem limit for transmission --- torrent/docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/torrent/docker-compose.yaml b/torrent/docker-compose.yaml index 35fccaf..506235e 100644 --- a/torrent/docker-compose.yaml +++ b/torrent/docker-compose.yaml @@ -23,6 +23,8 @@ services: - "traefik.http.routers.torrent.entrypoints=web" - "traefik.http.services.torrent.loadbalancer.server.port=9091" - "docker.group=torrent" + mem_limit: 512m + networks: web: