Update upgrade.md (#9569)

Fix wrong docker-compose update instructions.
This commit is contained in:
David Morcillo 2023-09-08 16:38:35 +02:00 committed by GitHub
parent ad23075e1b
commit 9e5a59e222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ If you installed using `docker-compose`, run the below command to upgrade the
Coder container:
```shell
docker-compose pull coder && docker-compose up coder -d
docker-compose pull coder && docker-compose up -d coder
```
## Via Kubernetes