switch rutorrent to podman for rocky 9 bug

This commit is contained in:
vincent 2022-11-13 10:02:10 +01:00
parent b33438b434
commit 550c0b8ec0

View File

@ -22,10 +22,11 @@ job "torrent" {
} }
} }
task "bittorent" { task "bittorent" {
driver = "docker" driver = "podman"
service { service {
name = "bittorent" name = "bittorent"
port = "http" port = "http"
address_mode= "host"
tags = [ tags = [
"homer.enable=true", "homer.enable=true",
"homer.name=torrent", "homer.name=torrent",
@ -41,8 +42,11 @@ job "torrent" {
] ]
} }
user = "root"
config { config {
image = "crazymax/rtorrent-rutorrent"
image = "docker.io/crazymax/rtorrent-rutorrent:latest"
privileged = "true"
ports = [ ports = [
"http", "http",
"torrent", "torrent",