update docker

This commit is contained in:
2026-04-14 11:00:06 +07:00
parent 01c5ccbd93
commit efd7fac42f
8 changed files with 35 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ server {
# Health check endpoint
location /health {
access_log off;
return 200 "ok";
add_header Content-Type text/plain;
}