mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Add relay to update steps in docs (#256)
This commit is contained in:
@@ -86,11 +86,11 @@ To upgrade NetBird to the latest version, you need to review the [release notes]
|
||||
1. Run the backup steps described in the [backup](#backup) section.
|
||||
2. Pull the latest NetBird docker images:
|
||||
```bash
|
||||
docker compose pull management dashboard signal
|
||||
docker compose pull management dashboard signal relay
|
||||
```
|
||||
3. Restart the NetBird containers with the new images:
|
||||
```bash
|
||||
docker compose up -d --force-recreate management dashboard signal
|
||||
docker compose up -d --force-recreate management dashboard signal relay
|
||||
```
|
||||
|
||||
### Remove
|
||||
|
||||
Reference in New Issue
Block a user