Compare commits

..

1 Commits

Author SHA1 Message Date
0e229168fc chore(deps): update wordpress docker tag to v7 2026-05-22 00:34:30 +00:00
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:6.9.4"
image: "wordpress:7.0.0"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:

View File

@ -52,10 +52,9 @@ if [ ! -f "$UPLOADS_HTACCESS" ]; then
Require all denied
</FilesMatch>
EOF
chown www-data:www-data "$UPLOADS_HTACCESS"
fi
chown -R www-data:www-data /var/www/html/wp-content/uploads/
if [ -n "$@" ]; then
"$@"
fi