mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-05 23:56:37 +08:00
Merge pull request #131 from TroyMitchell911/main
Fix wrong commands in README
This commit is contained in:
@@ -97,7 +97,7 @@ app/
|
|||||||
|
|
||||||
> Note: If using an SQLite database, you need to mount a data volume to persist
|
> Note: If using an SQLite database, you need to mount a data volume to persist
|
||||||
> ```bash
|
> ```bash
|
||||||
> docker run -d -p 8000:8000 --env-file .env -v /path/to//app/data gemini-balance
|
> docker run -d -p 8000:8000 --env-file .env -v /path/to/data:/app/data gemini-balance
|
||||||
> ```
|
> ```
|
||||||
> Where `/path/to/data` is the data storage path on the host, and `/app/data` is the data directory inside the container.
|
> Where `/path/to/data` is the data storage path on the host, and `/app/data` is the data directory inside the container.
|
||||||
|
|
||||||
@@ -121,7 +121,7 @@ app/
|
|||||||
|
|
||||||
> Note: If using an SQLite database, you need to mount a data volume to persist
|
> Note: If using an SQLite database, you need to mount a data volume to persist
|
||||||
> ```bash
|
> ```bash
|
||||||
> docker run -d -p 8000:8000 --env-file .env -v /path/to//app/data ghcr.io/snailyp/gemini-balance:latest
|
> docker run -d -p 8000:8000 --env-file .env -v /path/to/data:/app/data ghcr.io/snailyp/gemini-balance:latest
|
||||||
> ```
|
> ```
|
||||||
> Where `/path/to/data` is the data storage path on the host, and `/app/data` is the data directory inside the container.
|
> Where `/path/to/data` is the data storage path on the host, and `/app/data` is the data directory inside the container.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user