Fix enterprise edition restart instructions to use proper down/up commands

This commit is contained in:
Laurence
2026-03-16 10:08:16 +00:00
parent ac3832bec5
commit 1c83124930

View File

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