mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-17 13:50:08 +00:00
Update _index.en.md
This commit is contained in:
@@ -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.
|
3. Follow the prompts as they guide you through the upgrade.
|
||||||
#### Docker Compose
|
#### 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).
|
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
|
#### Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user