mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-12-26 01:22:53 +00:00
Update _index.en.md
This commit is contained in:
parent
5558af4502
commit
fffa220afc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue