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
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...