From 207950e6522f54e3d5111db2bbae8ab9b8281b32 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 24 Mar 2026 13:43:28 +0100 Subject: Move uploads to a named Docker volume Replace the bind-mounted src/uploads/ with a named volume shared between PHP (read-write) and Nginx (read-only). Remove entrypoint.sh since the volume handles directory creation automatically. --- src/uploads/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/uploads/.gitkeep (limited to 'src/uploads') diff --git a/src/uploads/.gitkeep b/src/uploads/.gitkeep deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3