|
|
|
|
|
by bshipp
2390 days ago
|
|
I found docker was perfect for self-hosting services with relative ease. upgrades are self-contained, security is simplified behind a reverse proxy like nginx, and there are very few dependency conflicts to worry about. I've got about 40 containers running at any given time and barely think about them at all. |
|
I used to install and upgrade everything myself until I discovered docker and docker hub.
Together with watchtower I have zero maintenance on the versions and everything updates automatically.