# docker compose stop

**Descripción:** Stop services

**Uso:** `docker compose stop [OPTIONS] [SERVICE...]`










## Descripción

Stops running containers without removing them. They can be started again with `docker compose start`.



## Opciones

| Opción                                                        | Predeterminado                                        | Descripción                                                                                                                                    |
| ------------------------------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  | `-t`, `--timeout` |  |  Specify a shutdown timeout in seconds |







