mirror of
				https://github.com/docker/compose.git
				synced 2025-10-29 18:23:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			580 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			580 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # docker compose watch
 | |
| 
 | |
| <!---MARKER_GEN_START-->
 | |
| Watch build context for service and rebuild/refresh containers when files are updated
 | |
| 
 | |
| ### Options
 | |
| 
 | |
| | Name        | Type | Default | Description                                   |
 | |
| |:------------|:-----|:--------|:----------------------------------------------|
 | |
| | `--dry-run` |      |         | Execute command in dry run mode               |
 | |
| | `--no-up`   |      |         | Do not build & start services before watching |
 | |
| | `--quiet`   |      |         | hide build output                             |
 | |
| 
 | |
| 
 | |
| <!---MARKER_GEN_END-->
 | |
| 
 |