How to Use NAS Storage with Docker Compose: NFS, SMB, and Local Volumes

ℹ️ Attribution This article is a reproduction/adaptation of the original article by @nawazdhandala on OneUptime. The original article can be found here: How to Use NAS Storage with Docker Compose. I am not the original author of this content. You have a NAS with terabytes of storage, RAID protection, and automatic backups. Your Docker containers keep losing data when you recreate them. The solution is obvious: mount your NAS storage directly into your containers. Docker Compose makes this surprisingly easy once you understand the volume driver options. ...

February 3, 2026 · 9 min · 1854 words · @nawazdhandala

LVM Quick Reference: Setup, Extend, and Resize Filesystems

This is a personal quick-reference for working with LVM (Logical Volume Manager) on Linux. It covers the full lifecycle from creating Physical Volumes through extending Logical Volumes, and finally growing the filesystem on top. ...

February 1, 2026 · 5 min · 899 words · christian