Created
June 4, 2021 02:04
-
-
Save huazhanshen/a5e4163675ee491dfa0ed96b354df087 to your computer and use it in GitHub Desktop.
docker安装transmission
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、Docker注册表搜索安装linuxserver/transmission | |
2、docker下新建transmission文件夹,再建立子文件夹(文件夹名见卷映射),全部赋予everyone的权限 | |
3、端口映射 | |
51413 51413/tcp | |
51413 51413/udp | |
9091 9091/tcp (webui) | |
4、卷映射 | |
/transmission/watch /watch | |
/transmission/config /config | |
/transmission/downloads /downloads | |
5、环境变量配置 | |
TRANSMISSION_WEB_HOME /transmission-web-control/ //指定使用增强的UI | |
USER admin //用户名 | |
PASS admin //密码 | |
6、输入ip:90919启动webui,用户名admin,密码admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment