Always run sickrage

This commit is contained in:
Nemo 2017-11-12 01:31:17 +05:30
parent bb423ba5d1
commit a0722afb27
1 changed files with 4 additions and 0 deletions

View File

@ -254,6 +254,10 @@ resource "docker_container" "sickrage" {
name = "sickrage"
image = "${docker_image.sickrage.latest}"
restart = "unless-stopped"
destroy_grace_seconds = 10
must_run = true
volumes {
host_path = "/mnt/xwing/config/sickrage"
container_path = "/config"