You've already forked watchtower
							
							
				mirror of
				https://github.com/containrrr/watchtower.git
				synced 2025-10-31 00:17:44 +02:00 
			
		
		
		
	* Update private-registries.md
* docs: fix codecov branch
* docs: clarify monitor and add head fail warning
* docs: remove unsupported features
* docs: add date format note and fix typo
* docs: 🌈
* docs: fix auto-format errors and linting
* docs: fix auto-format errors and linting
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| site_name: Watchtower
 | |
| site_url: https://containrrr.dev/watchtower/
 | |
| repo_url: https://github.com/containrrr/watchtower/
 | |
| edit_uri: edit/main/docs/
 | |
| theme:
 | |
|   name: 'material'
 | |
|   palette:
 | |
|     scheme: containrrr
 | |
|   logo: images/logo-450px.png
 | |
|   favicon: images/favicon.ico
 | |
| extra_css:
 | |
|   - stylesheets/theme.css
 | |
| markdown_extensions:
 | |
|     - toc:
 | |
|         permalink: True
 | |
|         separator: "_"
 | |
|     - admonition
 | |
|     - pymdownx.highlight
 | |
|     - pymdownx.superfences
 | |
|     - pymdownx.magiclink:
 | |
|         repo_url_shortener: True
 | |
|         provider: github
 | |
|         user: containrrr
 | |
|         repo: watchtower
 | |
|     - pymdownx.saneheaders
 | |
|     - pymdownx.tabbed
 | |
| nav:
 | |
|    - 'Home': 'index.md'
 | |
|    - 'Introduction': 'introduction.md'
 | |
|    - 'Usage overview': 'usage-overview.md'
 | |
|    - 'Arguments': 'arguments.md'
 | |
|    - 'Notifications': 'notifications.md'
 | |
|    - 'Container selection': 'container-selection.md'
 | |
|    - 'Private registries': 'private-registries.md'
 | |
|    - 'Linked containers': 'linked-containers.md'
 | |
|    - 'Remote hosts': 'remote-hosts.md'
 | |
|    - 'Secure connections': 'secure-connections.md'
 | |
|    - 'Stop signals': 'stop-signals.md'
 | |
|    - 'Lifecycle hooks': 'lifecycle-hooks.md'
 | |
|    - 'Running multiple instances': 'running-multiple-instances.md'
 | |
|    - 'Metrics': 'metrics.md'
 | |
| plugins:
 | |
|     - search
 |