mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-04-15 22:36:41 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user