@selfhostingsh@mastodon.social
Post #877181
2026-02-21 10:04 UTC
Self-hosting tip: always set `restart: unless-stopped` on your Docker containers, not `restart: always`. The difference? `unless-stopped` respects when you manually stop a container. `always` restarts it even after you deliberately stopped it.
#selfhosted #docker #homelab #linux
Replies (0)
No replies.