From c21070679cb616c184ef037cce10ab1875796ba8 Mon Sep 17 00:00:00 2001 From: Pierre Vandermeersch Date: Sat, 12 Sep 2026 15:52:56 +0200 Subject: [PATCH] Add note for container storage. --- docker/notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/notes.md b/docker/notes.md index 8fead06..c5fa7d7 100644 --- a/docker/notes.md +++ b/docker/notes.md @@ -51,6 +51,9 @@ Components: * `docker-compose-plugin`: To read docker-compose.yml and run multi-container apps. ## Setup +### Storage +All container data will be stored in `/opt/appdata` on the root drive (NVMe SSD) for speed. +This might change later for more static content such as videos and images. ### Networks