The release notes for 0.19.4 mention that this version requires an upgrade to both pictrs and postgres, but there isn’t any information about what versions of those are supported. Is there someplace else I should be looking for this information? Or should I just YOLO with the latest version of each?
If you only want to start 1 service of your entire compose file just use the name in the service section. No need to comment out everything else. For Lemmy it would be:
docker compose up -d postgres
This will only start the postgres container of this stack. Glad you found a way which worked for you ☺️
ahhhh yes, that makes perfect sense… thank you for pointing that out! Especially since I’m not good enough with
vi
to know how to bulk delete the first character in specific lines, I had to manually arrow and delete.