mirror of
				https://github.com/docker/compose.git
				synced 2025-11-04 05:34:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
command: docker compose watch
 | 
						|
short: |
 | 
						|
    Watch build context for service and rebuild/refresh containers when files are updated
 | 
						|
long: |
 | 
						|
    Watch build context for service and rebuild/refresh containers when files are updated
 | 
						|
usage: docker compose watch [SERVICE...]
 | 
						|
pname: docker compose
 | 
						|
plink: docker_compose.yaml
 | 
						|
options:
 | 
						|
    - option: no-up
 | 
						|
      value_type: bool
 | 
						|
      default_value: "false"
 | 
						|
      description: Do not build & start services before watching
 | 
						|
      deprecated: false
 | 
						|
      hidden: false
 | 
						|
      experimental: false
 | 
						|
      experimentalcli: false
 | 
						|
      kubernetes: false
 | 
						|
      swarm: false
 | 
						|
    - option: quiet
 | 
						|
      value_type: bool
 | 
						|
      default_value: "false"
 | 
						|
      description: hide build output
 | 
						|
      deprecated: false
 | 
						|
      hidden: false
 | 
						|
      experimental: false
 | 
						|
      experimentalcli: false
 | 
						|
      kubernetes: false
 | 
						|
      swarm: false
 | 
						|
inherited_options:
 | 
						|
    - option: dry-run
 | 
						|
      value_type: bool
 | 
						|
      default_value: "false"
 | 
						|
      description: Execute command in dry run mode
 | 
						|
      deprecated: false
 | 
						|
      hidden: false
 | 
						|
      experimental: false
 | 
						|
      experimentalcli: false
 | 
						|
      kubernetes: false
 | 
						|
      swarm: false
 | 
						|
deprecated: false
 | 
						|
hidden: false
 | 
						|
experimental: false
 | 
						|
experimentalcli: false
 | 
						|
kubernetes: false
 | 
						|
swarm: false
 | 
						|
 |