Skip to content

Commit

Permalink
Merge pull request #1 from jmischler72/fix_compose_docs
Browse files Browse the repository at this point in the history
fix(docs): core compose wrong url
  • Loading branch information
Siumauricio authored Nov 1, 2024
2 parents ae4133a + 9e9d529 commit 47d8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/core/docker-compose/auto-deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <token>' \
Expand Down

0 comments on commit 47d8fb3

Please sign in to comment.