mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-04-16 06:46:42 +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>
|
</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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user