revert 5b72f21057
revert chore(media-centre): use ephemeral backing storage for tautulli
This commit is contained in:
parent
5b72f21057
commit
1e2d23b8af
1 changed files with 1 additions and 7 deletions
|
@ -94,12 +94,6 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
group "tautulli" {
|
||||
|
||||
ephemeral_disk {
|
||||
migrate = true
|
||||
size = 2000
|
||||
}
|
||||
|
||||
task "tautulli" {
|
||||
driver = "docker"
|
||||
|
||||
|
@ -108,7 +102,7 @@ job "media-centre" {
|
|||
ports = ["tautulli"]
|
||||
|
||||
volumes = [
|
||||
"alloc/data/:/config",
|
||||
"/mnt/docker/downloads/config/tautulli:/config",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue