diff --git a/docs/docs/administer/upgrade.mdx b/docs/docs/administer/upgrade.mdx index c19c63edb..86ff06120 100644 --- a/docs/docs/administer/upgrade.mdx +++ b/docs/docs/administer/upgrade.mdx @@ -17,11 +17,15 @@ To upgrade Firezone, follow these steps: +1. Change to the Firezone installation directory: +``` +cd $HOME/.firezone +``` 1. Update docker compose images: ``` docker compose pull ``` -2. Re-up the services (**warning: this will restart updated services**): +1. Re-up the services (**warning: this will restart updated services**): ``` docker compose up -d ```