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