Skip to content

Commit b253f6d

Browse files
committed
## for tabs?
1 parent b4a11bd commit b253f6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install/upgrade.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article walks you through how to upgrade your Coder server.
1313
To upgrade your Coder server, simply reinstall Coder using your original method
1414
of [install](../install).
1515

16-
### install.sh
16+
## install.sh
1717

1818
1. If you installed Coder using the `install.sh` script, re-run the below command
1919
on the host:
@@ -29,7 +29,7 @@ of [install](../install).
2929
systemctl restart coder
3030
```
3131

32-
### docker-compose
32+
## docker-compose
3333

3434
If you installed using `docker-compose`, run the below command to upgrade the
3535
Coder container:
@@ -38,12 +38,12 @@ Coder container:
3838
docker-compose pull coder && docker-compose up -d coder
3939
```
4040

41-
### Kubernetes
41+
## Kubernetes
4242

4343
See
4444
[Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm).
4545

46-
### Coder AMI on AWS
46+
## Coder AMI on AWS
4747

4848
1. Run the Coder installation script on the host:
4949

@@ -61,7 +61,7 @@ See
6161
systemctl restart coder
6262
```
6363

64-
### Windows
64+
## Windows
6565

6666
Download the latest Windows installer or binary from
6767
[GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade

0 commit comments

Comments
 (0)