Advertisement
Guest User

Untitled

a guest
Oct 31st, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.11 KB | None | 0 0
  1. {
  2.    "cap_add" : [],
  3.    "cap_drop" : [],
  4.    "cmd" : "",
  5.    "cpu_priority" : 50,
  6.    "devices" : null,
  7.    "enable_publish_all_ports" : false,
  8.    "enable_restart_policy" : true,
  9.    "enabled" : true,
  10.    "entrypoint_default" : "/init",
  11.    "env_variables" : [
  12.       {
  13.          "key" : "PATH",
  14.          "value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  15.       },
  16.       {
  17.          "key" : "PS1",
  18.          "value" : "$(whoami)@$(hostname):$(pwd)$ "
  19.       },
  20.       {
  21.          "key" : "HOME",
  22.          "value" : "/root"
  23.       },
  24.       {
  25.          "key" : "TERM",
  26.          "value" : "xterm"
  27.       },
  28.       {
  29.          "key" : "TZ",
  30.          "value" : "Asia/Jerusalem"
  31.       },
  32.       {
  33.          "key" : "PUID",
  34.          "value" : "1026"
  35.       },
  36.       {
  37.          "key" : "PGID",
  38.          "value" : "101"
  39.       }
  40.    ],
  41.    "exporting" : false,
  42.    "id" : "d9588e30e0e43f5d98173292c398fb5549f8a4a7c8d01201a77de52d7a355275",
  43.    "image" : "linuxserver/transmission:latest",
  44.    "is_ddsm" : false,
  45.    "is_package" : false,
  46.    "links" : [],
  47.    "memory_limit" : 0,
  48.    "name" : "transmission",
  49.    "network" : [
  50.       {
  51.          "driver" : "bridge",
  52.          "name" : "bridge"
  53.       }
  54.    ],
  55.    "network_mode" : "bridge",
  56.    "port_bindings" : [
  57.       {
  58.          "container_port" : 51413,
  59.          "host_port" : 51413,
  60.          "type" : "udp"
  61.       },
  62.       {
  63.          "container_port" : 9091,
  64.          "host_port" : 9091,
  65.          "type" : "tcp"
  66.       }
  67.    ],
  68.    "privileged" : false,
  69.    "shortcut" : {
  70.       "enable_shortcut" : false
  71.    },
  72.    "ulimits" : null,
  73.    "use_host_network" : false,
  74.    "volume_bindings" : [
  75.       {
  76.          "host_volume_file" : "/Media/Incoming/-WATCH-FOLDER-",
  77.          "mount_point" : "/watch",
  78.          "type" : "rw"
  79.       },
  80.       {
  81.          "host_volume_file" : "/Media/SmartHome/Config/transmission/config",
  82.          "mount_point" : "/config",
  83.          "type" : "rw"
  84.       },
  85.       {
  86.          "host_volume_file" : "/Media/Incoming",
  87.          "mount_point" : "/downloads",
  88.          "type" : "rw"
  89.       }
  90.    ],
  91.    "volumes_from" : null
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement