
In what folder you run this command?

parent directory

It was working fine till morning

So in this folder you should have folder named appwrite
And within it you should have two files
- docker-compose.yml
- .env

I understand, from my pov it's seems like some service are running in the background In windows systems, sometime simple OS restart solved the problem (Have you try that)

no I haven't . I will try that . But I wonder if logs show that something is running on port 3306 then why netstat isn't showing anything

Because the port is taken by docker internal network

I see

I don't wanna fall into rabbit hole but still netstat should show that docker service that is running on that port ? anyways its not my main concern rn

If you want to see it you can run
docker network inspect appwrite_appwrite
To see all taken ports within the appwrite network

Docker network are very interesting subject by their own https://docs.docker.com/network/
In short imagine that all the containers are connected to a router/switch. so all of their IPs and ports are inside the switch. and you can specify which ports are exposed the out world
The MariaDB for example is exposing the 3306 port only inside the virtual router and the to the outside world So that mean if you have taken port is taken inside the virtual network.

Is this make sense?

I get it so the port of my system is not binded to port 3306 , its just a virtual port thro docker container

Exactly

Did it worked?

docker desktop was stuck at starting .. for 10 mins , now I am restarting the pic

pc*

seems like docker decided to not work today , stuck at starting... even after restarting the pc

Mmm maybe somehow one of docker configuration files has been changed It's a difficult task to troubleshoot
It shouldn't affect any of your containers and stuff - but I do recommend do any backup you can - just uninstall and reinstall docker

I found that this docker is starting...
is a famous issue , I found some answers over the internet , will try them

Let us know what solution worked out for you

sure

ok So I can't find any solution over the internet to fix these restarting containers

What I have tried
- reinstalling docker desktop
- unregistered all the services
- restart pc several time

Can you share a screenshot of your error?
Recommended threads
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
