We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dba06b commit 2a27899Copy full SHA for 2a27899
README.md
@@ -29,7 +29,7 @@ docker compose up -d
29
# Pull and run the latest image
30
docker run -p 3220:3220 ghcr.io/fxembed/polyglot:latest
31
32
-# Or run with environment variables for paid APIs
+# Or run with environment variables
33
docker run -p 3220:3220 \
34
-e AZURE_TRANSLATOR_KEY="your_azure_key" \
35
-e AZURE_TRANSLATOR_REGION="eastus" \
0 commit comments