Add note for container storage.

This commit is contained in:
Pierre Vandermeersch
2026-09-12 15:52:56 +02:00
parent 831a073daa
commit c21070679c
+3
View File
@@ -51,6 +51,9 @@ Components:
* `docker-compose-plugin`: To read docker-compose.yml and run multi-container apps. * `docker-compose-plugin`: To read docker-compose.yml and run multi-container apps.
## Setup ## 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 ### Networks