$ curl http://127.0.0.1:3001/install/#tokenhere
curl: (52) Empty reply from server
Any ideas?
(Yes the port is on purpose; I changed it by listing the port as "3001:3000"
in my docker-compose.yml, as 3000 is already taken by another service on my server.)
P.S. Can I suggest that docker compose up
(without the -d
) is added to the docker installation docs, and generally make it clear to admins that you need to run it without detached mode at first in order to get the token for setup.