Skip to content

Commit a13333a

Browse files
committed
docs: fix missing line change
1 parent 721f1fa commit a13333a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ docker run -d \
4747
-e BASE_URL="https://api.openai.com/v1" \
4848
-e API_KEY="api_key_here" \
4949
-e MODEL_NAME="gpt-3.5-turbo" \
50-
-e SQLITE_DB_PATH="translation.db"
51-
-v ./translation.db:/app/translation.db
50+
-e SQLITE_DB_PATH="translation.db" \
51+
-v ./translation.db:/app/translation.db \
5252
-p 5000:5000 \
5353
ghcr.io/returntofirst/xunity-autotranslator-openai:latest
5454
```

0 commit comments

Comments
 (0)