From 77a16e64150630c3ca72f03633daf59337161b20 Mon Sep 17 00:00:00 2001
From: JustSong
- 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` From e2777bf73ececefab0662624ea359786d128390d Mon Sep 17 00:00:00 2001 From: JustSong