fix(docs): core compose wrong url

This commit is contained in:
Joffrey Mischler
2024-11-01 11:52:34 +01:00
committed by GitHub
parent ae4133a819
commit 9e9d529c00

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