From 1c831249301feecbbfd70c273e4872f2880a0379 Mon Sep 17 00:00:00 2001 From: Laurence Date: Mon, 16 Mar 2026 10:08:16 +0000 Subject: [PATCH] Fix enterprise edition restart instructions to use proper down/up commands --- self-host/enterprise-edition.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/self-host/enterprise-edition.mdx b/self-host/enterprise-edition.mdx index 90dd8fb..7b627cb 100644 --- a/self-host/enterprise-edition.mdx +++ b/self-host/enterprise-edition.mdx @@ -133,11 +133,11 @@ To see pricing tiers for the self-hosted Enterprise Edition for businesses, [cli - - Restart your Pangolin services to activate the license: - + + 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 ```