From 005f27e8c6969be47f60a5431f2936720ff93404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E8=AA=9E=E5=AE=B8?= Date: Sun, 18 Jan 2026 19:27:13 +0800 Subject: [PATCH] Remove invalid settings in docker compose --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f3db987..ac35fdb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,8 @@ services: ## Uncomment this for logging in docker compose logs # tty: true ## Uncomment above command and define your args if necessary - # command: --ssl --ga-id MY-GA-ID --req-limit 100 --char-limit 500 + ## Refer to the documentation for more information: https://docs.libretranslate.com/guides/installation/#arguments + # command: --ssl --req-limit 100 --char-limit 500 ## Uncomment this section and the libretranslate_api_keys volume if you want to backup your API keys # environment: # - LT_API_KEYS=true