Updating Docker Compose & README.md

This commit is contained in:
Johnnybegood90
2026-03-14 02:57:13 +01:00
parent 62732ab2c6
commit 8c81c05bca
5 changed files with 97 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -eu
mkdir -p /data
chown -R www-data:www-data /data
chmod 775 /data
rm -f /var/www/html/config.json
ln -s /data/config.json /var/www/html/config.json
exec docker-php-entrypoint "$@"