Merge pull request #1 from jmischler72/fix_compose_docs

fix(docs): core compose wrong url
This commit is contained in:
Mauricio Siu
2024-11-01 13:46:54 -06:00
committed by GitHub

View File

@@ -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>' \