mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 07:10:18 +01:00 
			
		
		
		
	fix dnpm connect env, from bool to string
This commit is contained in:
		@@ -34,7 +34,7 @@ services:
 | 
			
		||||
      HTTPS_PROXY: http://forward_proxy:3128
 | 
			
		||||
      NO_PROXY: dnpm-beam-proxy,dnpm-backend
 | 
			
		||||
      RUST_LOG: ${RUST_LOG:-info}
 | 
			
		||||
      NO_AUTH: true
 | 
			
		||||
      NO_AUTH: "true"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /etc/bridgehead/dnpm/local_targets.json:/conf/connect_targets.json:ro
 | 
			
		||||
      - /etc/bridgehead/dnpm/central_targets.json:/conf/central_targets.json:ro
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user