mirror of
https://github.com/netbirdio/docs.git
synced 2026-05-03 07:46: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.
|
1. Run the backup steps described in the [backup](#backup) section.
|
||||||
2. Pull the latest NetBird docker images:
|
2. Pull the latest NetBird docker images:
|
||||||
```bash
|
```bash
|
||||||
docker compose pull management dashboard signal
|
docker compose pull management dashboard signal relay
|
||||||
```
|
```
|
||||||
3. Restart the NetBird containers with the new images:
|
3. Restart the NetBird containers with the new images:
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d --force-recreate management dashboard signal
|
docker compose up -d --force-recreate management dashboard signal relay
|
||||||
```
|
```
|
||||||
|
|
||||||
### Remove
|
### Remove
|
||||||
|
|||||||
Reference in New Issue
Block a user