From 77a16e64150630c3ca72f03633daf59337161b20 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sat, 24 Jun 2023 11:34:33 +0800 Subject: [PATCH] docs: update README --- README.en.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index c1e6b2b..0e6dc21 100644 --- a/README.en.md +++ b/README.en.md @@ -33,28 +33,28 @@ _✨ The all-in-one OpenAI interface, integrates various API access methods, rea

- Deployment Tutorial + Deployment Tutorial · - Usage + Usage · Feedback · - Screenshots + Screenshots · Live Demo · - FAQ + FAQ · - Related Projects + Related Projects · Donate

> **Warning**: This README is translated by ChatGPT. Please feel free to submit a PR if you find any translation errors. -> **Note**: The latest image pulled from Docker may be an `alpha` release. Specify the version manually if you require stability. +> **Warning**: The Docker image for English version is `justsong/one-api-en`. -> **Warning**: Manual migration of the database is necessary when upgrading from version `v0.3` to `v0.4`. Please manually execute the [database migration script](./bin/migration_v0.3-v0.4.sql). +> **Note**: The latest image pulled from Docker may be an `alpha` release. Specify the version manually if you require stability. ## Features 1. Supports multiple API access channels. Welcome PRs or issue submissions for additional channels: @@ -94,7 +94,7 @@ _✨ The all-in-one OpenAI interface, integrates various API access methods, rea ## Deployment ### Docker Deployment -Deployment command: `docker run --name one-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /home/ubuntu/data/one-api:/data justsong/one-api` +Deployment command: `docker run --name one-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /home/ubuntu/data/one-api:/data justsong/one-api-en` Update command: `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower -cR`