mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
Merge pull request #1 from jmischler72/fix_compose_docs
fix(docs): core compose wrong url
This commit is contained in:
@@ -71,7 +71,7 @@ This command lists all projects and services. Identify the composeId for the com
|
|||||||
|
|
||||||
```http
|
```http
|
||||||
curl -X 'POST' \
|
curl -X 'POST' \
|
||||||
'https://canary.dokploy.com/api/compose.deploy' \
|
'https://your-domain/api/compose.deploy' \
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-H 'Authorization: Bearer <token>' \
|
-H 'Authorization: Bearer <token>' \
|
||||||
|
|||||||
Reference in New Issue
Block a user