.docker-compose.yml Not Matching Online Example
I'm trying to make sure my compose is aligned with the current release's standards after not updating in sometime. I've gotten most things taken care of but noticing a few things:
- My redis image link is different than the current standard. Can this be safely swapped?
- Related to update v1.133.0, my database vector extension is out of date. However, my volume is referencing a hard linked location rather than a .env linked location. How do I go about safely updating this?
- I made the {UPLOAD_LOCATION} change to /data, and everything is still working, but my images appear to still be in the same location when checking the file browser. No errors in migration. Is this expected?
