switch rutorrent to podman for rocky 9 bug
This commit is contained in:
parent
b33438b434
commit
550c0b8ec0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user