mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Add missing cd step
Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
@@ -17,11 +17,15 @@ To upgrade Firezone, follow these steps:
|
||||
<Tabs>
|
||||
<TabItem label="Docker" value="docker" default>
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user