Hello all!
I have a docker deployment of wordpress where my site suddenly became broken, claimed plugins were not found, images uploaded were missing thumbnails
I suspected an issue with database perhaps?
I keep a docker compose template ready for redeploy so I went ahead and re-deployed: [WP Docker Compose](https://pastebin.com/GaFqyWG1)
I made sure to remove the storage containers for the old WP deployment
Even despite re-deployment, upon setup it asks me to update to WP 6.2.2 and the WP themes
I go ahead and do that, upload a few images, none have thumbnails
Going to the URL for the file itself gives a “not found” error message
I tested a thumbnail regeneration plugin with no luck.
Kind of scratching my head at what I could be missing right now. Any input would be appreciated!