Author SHA1 Message Date
renovate-bot 92d9660033 chore(deps): update mariadb docker tag to v12.3 2026-07-20 10:42:41 +00:00
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ services:
depends_on:
- db
db:
image: "mariadb:12.1"
image: "mariadb:12.3"
volumes:
- "mariadb:/var/lib/mysql"
networks:
-1
View File
@@ -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;