From df3a4cb354325a55221ea1bf97ac915b141a806b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 11 Nov 2025 12:03:34 -0700 Subject: [PATCH] Update wording for the website's `files` directory README. --- Config/Hyperling.com/files/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Hyperling.com/files/README.md b/Config/Hyperling.com/files/README.md index d06aae4..07d8dc7 100644 --- a/Config/Hyperling.com/files/README.md +++ b/Config/Hyperling.com/files/README.md @@ -1,5 +1,5 @@ # Hyperling.com - files/ -This is copied to the container's www/files/ folder for hosting static content. +This is a volume for the container's /var/www/files/ which hosts static content. -TBD: Make this a volume, rather than copying with `Dockerfile`. +TBD: Move this to Volumes?