Rocket.Chat作为Docker-Container使用子文件夹

我正在尝试运行RocketChat作为一个子文件夹( https:// 001docker2t / rocketchat )中的反向代理的docker容器。 我的问题是,file upload使用了错误的url( https:// 001docker2t / ufs / .. ),并保持在0%。

正如在子文件夹( https://rocket.chat/docs/installation/manual-installation/running-in-a-sub-folder )的文档中,我将ROOT_URL设置为https:// 001docker2t / rocketchat / 。 在我设置的pipe理员>一般只有域的应用程序。

我有一个错误的configuration或使用子文件夹上传有什么问题吗?

Docker调用:

docker run –name rocketchatdb –restart unless-stopped -d -v / var / docker / rocketchat / db:/ data / db mongo:3.0 –smallfiles

docker run –name rocketchat –restart unless-stopped -p 172.17.0.1:3000:3000 –link rocketchatdb –env ROOT_URL = https:// 001docker2t / rocketchat / –env MONGO_URL = mongodb:// rocketchatdb:27017 / meteor -d rocket.chat

版本:

NODE_VERSION 4.8.2

YARN_VERSION 0.22.0

RC_VERSION 0.54.2

更新到最新版本 (在0.59.3validation),它已经被修复了。