文件快递柜:https://github.com/vastsa/FileCodeBox/tree/master/themes
1. 创建容器
docker run -d --restart=always -p 5155:12345 \
-v /share/Container/filecodebox/:/app/data \
--name filecodebox \
lanol/filecodebox:beta
2. admin
默认初始密码:FileCodeBox2023
Docker Bugs
Bugs1. proxyconnect tcp: dial tcp 192.168.1.108:7890: connect: no route to host.
qnap遇到该问题,可以先在qnap设置中设置一个代理。然后重启nas。