diff --git a/apps/docs/content/docs/core/docker-compose/auto-deploy.mdx b/apps/docs/content/docs/core/docker-compose/auto-deploy.mdx index 93d764e..da029ec 100644 --- a/apps/docs/content/docs/core/docker-compose/auto-deploy.mdx +++ b/apps/docs/content/docs/core/docker-compose/auto-deploy.mdx @@ -71,7 +71,7 @@ This command lists all projects and services. Identify the composeId for the com ```http curl -X 'POST' \ - 'https://canary.dokploy.com/api/compose.deploy' \ + 'https://your-domain/api/compose.deploy' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer ' \