Open kgolubic opened 1 year ago
@kgolubic is this still an issue?
Can confirm I ran into the same issue just yesterday.
Hi @bwhartlove, we are no longer updating the Memgraph Platform image. Did you try running the latest Memgraph image and is this issue still there?
I have Windows 11. Docker is set so that is uses WSL. When I run
docker run -it -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform
I get the following outputNote: I've terminated docker using CTRL+C.
I've also tried to run
docker run -p 7687:7687 -p 7444:7444 -p 3000:3000 --name memgraph memgraph/memgraph-platform
, but the result is the same.