Merge pull request #79 from LaurenceJJones/fix/enterprise-restart-instructions

Fix enterprise edition restart instructions to use proper down/up com…
This commit is contained in:
Milo Schwartz
2026-03-19 21:58:06 -07:00
committed by GitHub

View File

@@ -133,11 +133,11 @@ To see pricing tiers for the self-hosted Enterprise Edition for businesses, [cli
</Warning> </Warning>
</Step> </Step>
<Step title="Restart Pangolin"> <Step title="Restart the stack">
Restart your Pangolin services to activate the license: Bring down and restart your Pangolin stack to use the new image:
```bash ```bash
sudo docker compose restart pangolin sudo docker compose down && sudo docker compose up -d
``` ```
</Step> </Step>