after install with docker and run Nothing comes back #4277
Replies: 1 comment
-
Hi @vahidalvandi, I assume the curl request returns nothing; it just hangs in there. According to this assumption, here is my answer: docker compose pull
docker compose up I share the log you would expect to see if everything goes well with docker containers. After you see the following log, could you try rerunning the curl command and see if this problem continues?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i downloaded project and run docker compose up -d it run in VPS wih ip 192.168.1.103
after run this in terminal dont return any this
curl --request GET http://192.168.1.103:8000/initialized
Beta Was this translation helpful? Give feedback.
All reactions