From 9e9d529c00fb8852b8a2653f109facf6a1d76547 Mon Sep 17 00:00:00 2001 From: Joffrey Mischler <99173267+jmischler72@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:52:34 +0100 Subject: [PATCH] fix(docs): core compose wrong url --- apps/docs/content/docs/core/docker-compose/auto-deploy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' \