Fix selfhosted docs (#549)

Co-authored-by: yujinqiu <yujinqiu@qfei.cn>
This commit is contained in:
yujinqiu
2026-01-14 15:36:27 +08:00
committed by GitHub
parent bda7a40cd1
commit 9794dd8398
2 changed files with 5 additions and 4 deletions

View File

@@ -191,6 +191,7 @@ cd artifacts
docker compose logs signal
docker compose logs management
docker compose logs coturn
docker compose logs relay
docker compose logs dashboard
```
@@ -317,4 +318,4 @@ Feel free to ping us on [Slack](/slack-url) if you have any questions
- NetBird managed version: [https://app.netbird.io](https://app.netbird.io)
- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
- Follow us [on X](https://x.com/netbird)
- Follow us [on X](https://x.com/netbird)

View File

@@ -125,11 +125,11 @@ To upgrade NetBird to the latest version:
2. Review the [release notes](https://github.com/netbirdio/netbird/releases) for any breaking changes.
3. Pull the latest NetBird docker images:
```bash
docker compose pull management dashboard signal relay
docker compose pull management dashboard signal relay coturn
```
4. Restart the NetBird containers with the new images:
```bash
docker compose up -d --force-recreate management dashboard signal relay
docker compose up -d --force-recreate management dashboard signal relay coturn
```
<Note>
@@ -169,4 +169,4 @@ Feel free to ping us on [Slack](/slack-url) if you have any questions.
- NetBird managed version: [https://app.netbird.io](https://app.netbird.io)
- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
- Follow us [on X](https://x.com/netbird)
- Follow us [on X](https://x.com/netbird)