Skip to content

Commit 9e5a59e

Browse files
authored
Update upgrade.md (#9569)
Fix wrong docker-compose update instructions.
1 parent ad23075 commit 9e5a59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you installed using `docker-compose`, run the below command to upgrade the
3636
Coder container:
3737

3838
```shell
39-
docker-compose pull coder && docker-compose up coder -d
39+
docker-compose pull coder && docker-compose up -d coder
4040
```
4141

4242
## Via Kubernetes

0 commit comments

Comments
 (0)