📝 Docs(custom): update docs for docker usage

This commit is contained in:
Kuingsmile
2024-02-18 22:05:21 -08:00
parent 4c70946dc6
commit 21cc1154ac
3 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ In the community plugins, search for and install the Image auto upload Plugin. N
#### docker run
Change the `./piclist` to your own path, and change the `piclist123456` to your own secret key.
Change the `./piclist` to your own path, this is the path where you put your `config.json` file, and change the `piclist123456` to your own secret key.
```bash
docker run -d \
@@ -123,7 +123,7 @@ services:
command: node /usr/local/bin/picgo-server -k piclist123456
```
You can change the `volumes` to your own path and change the `command` to your own secret key.
You can change the `./piclist` to your own path, this is the path where you put your `config.json` file, and change the `command` to your own secret key.
Then run: