From 0d017e24bc1375915e300bee8a292f590c07dffd Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Sat, 14 Feb 2026 13:04:20 -0600 Subject: [PATCH] feat: chose english for new-api --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b9b9d53..751999f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -92,10 +92,11 @@ services: - SQL_DSN= - TZ=UTC - ENABLE_METRIC=true + - LANG=en_US.UTF-8 - INITIAL_ROOT_ACCESS_TOKEN=${NEW_API_ACCESS_TOKEN} restart: unless-stopped healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/api/status"] + test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://localhost:3000/"] interval: 15s timeout: 5s retries: 5