Updated upgrade.mdx "docker-compose" to "docker compose" (#1112)

as docker compose v2 is now required for the install script, it makes sense to use the same in the docs...

Signed-off-by: thermionic <thermionic@lovius.net>

Signed-off-by: thermionic <thermionic@lovius.net>
This commit is contained in:
thermionic
2022-11-15 17:05:48 +00:00
committed by GitHub
parent 245f3d2d93
commit eae4f1d9e5

View File

@@ -17,13 +17,13 @@ To upgrade Firezone, follow these steps:
<Tabs>
<TabItem label="Docker" value="docker" default>
1. Update docker-compose images:
1. Update docker compose images:
```
docker-compose pull
docker compose pull
```
2. Re-up the services (**warning: this will restart updated services**):
```
docker-compose up -d
docker compose up -d
```
</TabItem>