Hi!
I'm not able to access the DBA when the HTTP server is started
using docker. The ports are correctly exposed.
When accessing localhost:8984/dba, I get the response: No function found that matches the request.
The docker command I use is the following:
docker run -d \
--name basexhttp \
--publish 1984:1984 \
--publish 8984:8984 \
--volume "$HOME/basex/data":/srv/basex/data \
basex/basexhttp:latest
Does anybody have an idea what I'm doing wrong?
(If this is not the right way to ask questions about BaseX and
docker - where else could I find some help?)