Add relay to update steps in docs (#256)

This commit is contained in:
Bas
2024-12-10 13:53:46 -04:00
committed by GitHub
parent 5027af0c72
commit 913e182b60

View File

@@ -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