Can't start in Docker desktop #32
-
|
I'm running on windows 11 Home version. I have Docker Desktop installed. When I run compose-up.bat, the latest image is downloaded and run but litegraph won't start. The data that shows in the console is: How can I fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @ellipsis-apps can you download the Also, if you started LiteGraph using docker compose WITHOUT having the |
Beta Was this translation helpful? Give feedback.
Hi @ellipsis-apps can you download the
litegraph.dbfile from the repo here? Alternatively, you can clone source,dotnet build, go intolitegraph.server\bin\Debug\net10.0, runLiteGraph.Serverand copy the resultantlitegraph.dbinto your docker directory.Also, if you started LiteGraph using docker compose WITHOUT having the
litegraph.dbfile there, Docker may have created a shadow directory in its place calledlitegraph.dbthat you'll need to delete before you copy thelitegraph.dbfile into the directory. Best way to do it is just clone the repo, then go intodockerandcompose-up.bat.