You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: