
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
- Need help setting up this error is showi...
You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy. If you're the app developer, register the redirect URI in the Google Cl...
- Appwrite stopped working, I can't authen...
I'm having an issue with Appwrite. It was working fine just a while ago, but suddenly it stopped working for me and can't authenticate accounts. I even went bac...
- Fail to receive the verification email a...
I added my email address to prevent it from showing "appwrite," but now I'm not receiving emails for verification or password resets. The function appears to be...
