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 ```