forked from coop-cloud/wordpress
Compare commits
1 Commits
main
...
renovate/w
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e229168fc |
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user