The Basics
- Nextcloud Server version (e.g., 29.x.x):
32.0.3
- Operating system and version (e.g., Ubuntu 24.04):
Linux LMDE 7 Gigi
- Web server and version (e.g, Apache 2.4.25):
Apache 2.4.65
- Reverse proxy and version _(e.g. nginx 1.27.2)
Nginx 2.13.5
- Docker version
29.1.4
- Is this the first time you’ve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
After updating docker within the LMDE Update Manager
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
AIO
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
Yes for domain resolutions
Summary of the issue you are facing:
After I updated docker with the LMDE update manager four days ago, my mastercontainer showed as unhealthy upon running docker ps, and taking it down and bringing it back up again did not fix it. I saw there was yet another update for docker in the update manager so I ran it, and after that the container wouldn’t even show in my list of running containers. I went to the compose file location and ran docker compose up -d, and it gave me an error saying “No services to build”. The compose file was working perfectly fine before the updates, so I’m guessing some change within docker caused it. While I was trying to fix it, I ran docker pull while inside the directory of the compose file for the mastercontainer, and it updated the files for the aio. After that, the aio stopped running and it too shows as unhealthy when starting it again.
Something to note: All my other docker containers continue to start by themselves and run healthily. If I update any of them with docker pull, will they too start showing as unhealthy?
Steps to replicate it (hint: details matter!):
-
Update docker
-
mastercontainer shows as unhealthy. Update docker again
-
mastercontainer no longer shows under active containers. Bringing up the compose file now shows the error “No services to build”
-
Pull current files within mastercontainer compose file directory, aio is updated. After starting the aio again, it too starts showing as unhealthy.
