diff --git a/src/pages/selfhosted/selfhosted-quickstart.mdx b/src/pages/selfhosted/selfhosted-quickstart.mdx index d63b07ef..7a269f6a 100644 --- a/src/pages/selfhosted/selfhosted-quickstart.mdx +++ b/src/pages/selfhosted/selfhosted-quickstart.mdx @@ -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