diff --git a/transmission/CHANGELOG.md b/transmission/CHANGELOG.md index af51fec21..b80738319 100644 --- a/transmission/CHANGELOG.md +++ b/transmission/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.00-r2-ls108 (20-01-2022) +- Update to latest version from linuxserver/docker-transmission ## 3.00-r2-ls107 (04-01-2022) - Update to latest version from linuxserver/docker-transmission diff --git a/transmission/config.json b/transmission/config.json index ecf3aed61..3b7ff3ec1 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -1,6 +1,10 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "Bittorrent client based on linuxserver image", "devices": [ @@ -37,7 +41,12 @@ "/dev/nvme2" ], "environment": {}, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Transmission NAS", "options": { "PUID": 0, @@ -61,7 +70,10 @@ "51413/tcp": "Peer port (setup router port forwarding to this port)", "51413/udp": "Peer port (setup router port forwarding to this port)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -81,8 +93,8 @@ }, "slug": "transmission_ls", "startup": "services", - "upstream": "3.00-r2-ls107", + "upstream": "3.00-r2-ls108", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.00-r2-ls107", + "version": "3.00-r2-ls108", "webui": "http://[HOST]:[PORT:9091]" }