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. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 12cc3bd..3457fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ .env -src/uploads/* -!src/uploads/.gitkeep vendor/ .php-cs-fixer.cache -- cgit v1.2.3