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?

  • Morethanevil@lemmy.fedifriends.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 days ago

    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 ☺️

    • tko@tkohhh.socialOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      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.