mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Configuration for /etc/init.d/docker-registry
 | |
| 
 | |
| # Path to the configuration file.
 | |
| cfgfile="/etc/docker-auth/config.yml"
 | |
| 
 | |
| # The user and group to run docker-registry as.
 | |
| command_user="docker-auth:docker-auth"
 | |
| 
 | |
| # Uncomment to run with process supervisor.
 | |
| # supervisor=supervise-daemon
 |