> For the complete documentation index, see [llms.txt](https://hyperhq.gitbook.io/docs-hyper-sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperhq.gitbook.io/docs-hyper-sh/index-2/index/index-4/create.md).

# create

```
Usage:    hyper compose create [OPTIONS] [SERVICE...]

Creates containers for a service.

  -f, --file=hyper-compose.yml    Specify an alternate compose file
  --force-recreate                Recreate containers even if their configuration
                                  and image haven't changed.
                                  Incompatible with --no-recreate.
  --help                          Print usage
  --no-recreate                   If containers already exist, don't recreate them.
                                  Incompatible with --force-recreate.
  -p, --project-name              Specify an alternate project name
```

> NOTE: By default, the project name is the current directory name. The project name should be `^[a-zA-Z_][a-zA-Z0-9_]*$`.
