Author SHA1 Message Date
renovate-bot 37770d927e chore(deps): update php docker tag to v8.5 2026-07-03 09:14:50 +00:00
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: php:8.4-fpm-alpine3.22
image: php:8.5-fpm-alpine3.22
volumes:
- site_content:/var/www/html/
- moodledata:/var/www/moodledata
@@ -67,7 +67,6 @@ services:
- STACK_NAME
- ROOT_PATH=/var/www/html/public
- DOMAIN
- MAX_BODY_SIZE=${MAX_BODY_SIZE:-256M}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s
-2
View File
@@ -4,8 +4,6 @@ server {
listen [::]:80;
server_name localhost;
client_max_body_size {{ env "MAX_BODY_SIZE" }};
root {{ env "ROOT_PATH" }};
#charset koi8-r;