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

Closed
opened 2026-02-15 16:30:11 -05:00 by yindo · 1 comment
Owner

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

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
yindo added the possible bug label 2026-02-15 16:30:11 -05:00
yindo closed this issue 2026-02-15 16:30:11 -05:00
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#91