Compose create
POST /compose/create
Create a compose project
Example request:
Example response:
Status Codes:
201 - no error
500 - Internal Server Error
Parameters:
project - The name of compose project.
services - The services to operate, many services will be splited by '}{'.
forcerecreate - Recreate containers even if their configuration and image haven't changed.
norecreate - If containers already exist, don't recreate them. Incompatible with forcerecreate.
Last updated