Rank 7: Quantum Computer
In what folder you run this command?
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 7: Quantum Computer
In what folder you run this command?
Rank 2: Process
parent directory
Rank 2: Process
It was working fine till morning
Rank 7: Quantum Computer
So in this folder you should have folder named appwrite
And within it you should have two files
Rank 7: Quantum Computer
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)
Rank 2: Process
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
Rank 7: Quantum Computer
Because the port is taken by docker internal network
Rank 2: Process
I see
Rank 2: Process
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
Rank 7: Quantum Computer
If you want to see it you can run
docker network inspect appwrite_appwrite
To see all taken ports within the appwrite network
Rank 7: Quantum Computer
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.
Rank 7: Quantum Computer
Is this make sense?
Rank 2: Process
I get it so the port of my system is not binded to port 3306 , its just a virtual port thro docker container
Rank 7: Quantum Computer
Exactly
Rank 7: Quantum Computer
Did it worked?
Rank 2: Process
docker desktop was stuck at starting .. for 10 mins , now I am restarting the pic
Rank 2: Process
pc*
Rank 2: Process
seems like docker decided to not work today , stuck at starting... even after restarting the pc
Rank 7: Quantum Computer
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
Rank 2: Process
I found that this docker is starting... is a famous issue , I found some answers over the internet , will try them
Rank 7: Quantum Computer
Let us know what solution worked out for you
Rank 2: Process
sure
Rank 2: Process
ok So I can't find any solution over the internet to fix these restarting containers
Rank 2: Process
What I have tried
Admin
Can you share a screenshot of your error?