【发布时间】:2018-11-24 21:53:35
【问题描述】:
我使用以下 docker compose 文件来启动 basexhttp 服务器和 dba:
版本:'3' 服务: basexhttp: 图片:basex/basexhttp 端口: - “1984:1984” - “8984:8984” 数据库管理员: 图片:basex/dba:8.5.4 端口: - “11984:1984” - “18984:8984” - “18985:8985”根据文档,我应该获得 dba 页面:
http://<host>:18984/dba.
返回No function found that matches the request.
如何让它工作?
【问题讨论】: