docker compose up take a long time #45067
Unanswered
lovehoumin
asked this question in
Q&A
Replies: 1 comment
-
I faced the same issue last month. It turns out that bcoz I have dependency errors, one of my dependencies |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to run
docker compose up -d
However, the step take for a long time...
Then I see the
docker ps -a
to show contaier status.The init step already over one hour...
I try to see the log but it show empty...
How to check the init status?
and how to speed up the init to start the other services.
Beta Was this translation helpful? Give feedback.
All reactions