From 5e2bb57914c9fe0463d91e129c1c6f8501963181 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 9 Nov 2024 10:22:24 +0100 Subject: [PATCH] rutorrent: resolve issue with docker --- nomad-job/apps/rutorrent.nomad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nomad-job/apps/rutorrent.nomad b/nomad-job/apps/rutorrent.nomad index 5d4b012..4e2112d 100644 --- a/nomad-job/apps/rutorrent.nomad +++ b/nomad-job/apps/rutorrent.nomad @@ -23,7 +23,7 @@ job "torrent" { } } task "bittorent" { - driver = "podman" + driver = "docker" service { name = "bittorent" port = "http" @@ -43,11 +43,11 @@ job "torrent" { "traefik.http.routers.${NOMAD_JOB_NAME}.middlewares=authelia-basic", ] } - user = "root" config { - + ulimit { + nofile = "8192:8192" + } image = "docker.service.consul:5000/crazymax/rtorrent-rutorrent:edge" - privileged = "true" ports = [ "http", "torrent",