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