docs: update docker-compose tip (#299)

This commit is contained in:
Hyoban 2022-10-15 15:32:42 +08:00 committed by GitHub
parent 1021023577
commit 95c8d8fc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ See more in the example [`docker-compose.yaml`](./docker-compose.yaml) file.
If you want to upgrade the version of memos, use the following command.
```sh
docker-compose down && docker-compose build --no-cache && docker-compose up -d
docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d
```
## Contributing