attu: I can't log into the system
Discussed in https://github.com/zilliztech/attu/discussions/159
<div type='discussions-op-text'>Originally posted by xiao12mm December 23, 2022
the code:
docker run -p 8000:3000 -e HOST_URL=http://{ your machine IP }:8000 -e MILVUS_URL={your machine IP}:19530 zilliz/attu:latest
I changed the IP address, so I can open the login page, but I can’t log in.
</div>What are the default user name and password?
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 1
- Comments: 22
this is my docker-compose.yml, hope can help you !
hi,
i solved this my self, i was adding attu in milvus bootcamp reverse image search demo , reading from this page https://milvus.io/docs/attu_install-docker.md , as this page do not mention network line for docker compose, i added these lines as it is and it was not working!, now i added network line in the docker compose file it works. here is my fix if it help a newbie , if you have a default network this line is not needed . line added
working attu block for reverse search demo