Updates
This commit is contained in:
@@ -15,6 +15,13 @@ resource "docker_container" "ru-torrent" {
|
||||
image = docker_image.ru-torrent.image_id
|
||||
name = "ru-torrent"
|
||||
|
||||
env = [
|
||||
"PUID=777",
|
||||
"PGID=321",
|
||||
"UMASK=002",
|
||||
"TZ=Europe/Amsterdam"
|
||||
]
|
||||
|
||||
mounts {
|
||||
target = "/config"
|
||||
source = "/share/appdata/ru-torrent"
|
||||
@@ -27,6 +34,12 @@ resource "docker_container" "ru-torrent" {
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
mounts {
|
||||
target = "/data/torrents"
|
||||
source = "/share/datarr/torrents"
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
restart = "always"
|
||||
|
||||
networks_advanced {
|
||||
|
||||
Reference in New Issue
Block a user