diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-24 13:43:28 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-24 13:43:28 +0100 |
| commit | 207950e6522f54e3d5111db2bbae8ab9b8281b32 (patch) | |
| tree | 19bbb9043509a9ddb3c1fc011d4c5660f51f5ac4 /.gitignore | |
| parent | 03147e99dea93bda229634cd5980b8474ad41b14 (diff) | |
| download | camagru-207950e6522f54e3d5111db2bbae8ab9b8281b32.tar.gz camagru-207950e6522f54e3d5111db2bbae8ab9b8281b32.zip | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ .env -src/uploads/* -!src/uploads/.gitkeep vendor/ .php-cs-fixer.cache |
