Fix: entrypoint chown /data pour www-data

This commit is contained in:
perco
2026-06-27 11:18:57 +02:00
parent b6750caf69
commit 0409b63507
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p /data/uploads
chown -R www-data:www-data /data
exec apache2-foreground