mirror of
				https://github.com/docker/compose.git
				synced 2025-11-03 21:25:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# docker compose stop
 | 
						|
 | 
						|
<!---MARKER_GEN_START-->
 | 
						|
Stop services
 | 
						|
 | 
						|
### Options
 | 
						|
 | 
						|
| Name | Type | Default | Description |
 | 
						|
| --- | --- | --- | --- |
 | 
						|
| `-t`, `--timeout` | `int` | `10` | Specify a shutdown timeout in seconds |
 | 
						|
 | 
						|
 | 
						|
<!---MARKER_GEN_END-->
 | 
						|
 | 
						|
## Description
 | 
						|
 | 
						|
Stops running containers without removing them. They can be started again with `docker compose start`.
 |