
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
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
- Looking for FullStack Developer
I'm looking for FullStack Developer who is passionated about both Frontend and Backend. If you are interested, please DM me. Thanks.
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
