无法访问 Rethinkdb Web 界面

Rethink db Web interface not accessable

我想查看我 运行 作为 docker 容器的重新思考数据库的 Web 界面。我在这里阅读了如何调用 Web 界面 https://rethinkdb.com/docs/administration-tools/。但这在我的情况下不起作用。当我输入 localhost:28015 时,什么也没有显示。这是 docker compose 文件,其中定义了 rethinkdb 容器。

services:
   rethinkdb:
   image: rethinkdb:2.3.5
   ports: "28015:28015"

你能告诉我为什么它不起作用吗?

您应该在文件中公开端口 8080 而不是 28015