mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[BUG]: Docker install xx:3001 "This site can’t be reached" #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Khampol on GitHub (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
@anisjolly commented on GitHub (Mar 18, 2025):
Did you get this fixed? I'm experiencing the same issue.
Ubuntu 24.04
Docker 28.0.1