Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Docker install xx:3001 "This site can’t be reached" #162

Open
Khampol opened this issue Dec 30, 2024 · 0 comments
Open

[BUG]: Docker install xx:3001 "This site can’t be reached" #162

Khampol opened this issue Dec 30, 2024 · 0 comments
Labels
possible bug unconfirmed bug report

Comments

@Khampol
Copy link

Khampol commented Dec 30, 2024

How are you running VectorAdmin?

Docker (local)

What happened?

Hi, I follow this https://github.com/Mintplex-Labs/vector-admin/blob/master/docker/DOCKER.md and install by Dcoker. All steps are ok until.... "Run the command with env variables and image defined. docker run -d -p 3001:3001 \ -e SERVER_PORT="3001" \ -e JWT_SECRET="your-random-string-here" \ -e INNGEST_EVENT_KEY="background_workers" \ -e INNGEST_SIGNING_KEY="random-string-goes-here" \ -e INNGEST_LANDING_PAGE="true" \ -e DATABASE_CONNECTION_STRING="postgresql://vectoradmin:password@xxxxxxx:5432/vdbms" \ mintplexlabs/vectoradmin"
I use ChromaDB and try with my infos, it does not work (192.168.1.xx:3001 "This site can’t be reached"). I also try "docker run -d -p 3001:3001 mintplexlabs/vectoradmin" do not work either.
I cannot acces to vector-admin page 😦
Something wrong with the vector-admin, it always exit itself...
"CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6546eaf0a9b4 mintplexlabs/vectoradmin "/bin/bash /usr/loca…" 4 minutes ago Restarting (1) 17 seconds ago wizardly_elbakyan
b6a74a68cf21 mintplexlabs/vectoradmin "/bin/bash /usr/loca…" 4 minutes ago Exited (1) 4 minutes ago confident_rosalind"

Ps : I hope I post this at right place 😅

Are there known steps to reproduce?

Happen during Docker install

@Khampol Khampol added the possible bug unconfirmed bug report label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug unconfirmed bug report
Projects
None yet
Development

No branches or pull requests

1 participant