Update _index.en.md

This commit is contained in:
RustDesk 2025-05-31 13:03:10 +08:00 committed by GitHub
parent 5558af4502
commit fffa220afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,9 @@ You'd better back up data files (sqlite3 files etc.) first, https://github.com/r
3. Follow the prompts as they guide you through the upgrade.
#### Docker Compose
```
docker compose up -d --build --pull always
docker compose down
docker compose pull
docker compose up -d
```
But this depends on your docker version, for more discussion, check [this](https://stackoverflow.com/questions/37685581/how-to-get-docker-compose-to-use-the-latest-image-from-repository).
#### Docker