this post was submitted on 01 Apr 2026
709 points (99.0% liked)

Selfhosted

59999 readers
802 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] psoul@lemmy.world 4 points 2 months ago (3 children)

I indeed use a container. Wasn’t familiar with the update process for containers but now know how to do it.

[–] ButtDrugs@lemmy.zip 5 points 2 months ago (1 children)

There's a lot of good container management solutions out there that are worth investigating. They do things like monitor availability, resource management, as well as altering on versioning.

[–] hellequin67@piefed.social 1 points 2 months ago

Can highly recommend dockhand happily runs my full docker stack with updates and great overviews of what's happening under the hood.

[–] communism@lemmy.ml 2 points 2 months ago (1 children)

If you haven't already, I recommend Watchtower (nickfedor fork—the original is unmaintained) which automatically pulls updates to Docker containers and restarts them. Make sure to track latest, although for security updates, these should be backported to any supported versions so it's fine to track an older supported version too.

[–] psoul@lemmy.world 1 points 2 months ago

Thank you. Will look into it.