common-tasks/update.md: Fix docker compose command examples (#29259)

This commit is contained in:
Sam Reed 2023-10-09 18:53:45 +01:00 committed by GitHub
parent e02e9cb7c5
commit 45d955d727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,8 +55,8 @@ To update Home Assistant Core when you run Home Assistant {{ page.installation_n
content: |
```bash
docker-compose pull homeassistant
docker-compose up -d
docker compose pull homeassistant
docker compose up -d
```
{% endtabbed_block %}