• M600@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    21 hours ago

    Yes, I used docker compose. Do I need to do anything to clean up with this method?

    • talentedkiwi@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      20 hours ago

      Now that you mention it, I always do a

      docker system prune -f
      

      This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.

      I just named it docker_update and saved it in my ~/.bashrc

      • talentedkiwi@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        20 hours ago

        I see someone mention watchtower, while not a bad thing, I just prefer to manually update. This helps to ensure any breaking changes don’t break my system. Especially with something like Immich at it’s had a lot of them recently as they work towards stable. I just generally subscribe to their release and do updates as necessary.