Hey, I recently found out that when our docker service restarts (for whatever reason, usually me poking around in config) each site deployment need to be manually enabled again, in order for them to start serving content properly.
The only solution that i found is to have two deployments at all times (one ready and one active) and when we restart docker, activate the ready one, then activate the proper one once again.
I wonder if this is something wrong with my setup, or a wider bug.
TL;DR
Developers are experiencing issues where site deployments don't automatically start after restarting the Docker service. The current workaround is to have two deployments at all times and manually switch between them after a restart. It's not clear if this is a widespread bug or a specific setup issue.