mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-03 17:41:03 +01:00 
			
		
		
		
	Correctly use the internal docker dns and port for headscale joining
This commit is contained in:
		
							parent
							
								
									07e32be5ce
								
							
						
					
					
						commit
						d3ef39a58f
					
				@ -294,7 +294,7 @@ func (s *IntegrationTestSuite) SetupSuite() {
 | 
			
		||||
		)
 | 
			
		||||
		assert.Nil(s.T(), err)
 | 
			
		||||
 | 
			
		||||
		headscaleEndpoint := fmt.Sprintf("http://headscale:%s", headscale.GetPort("8080/tcp"))
 | 
			
		||||
		headscaleEndpoint := "http://headscale:8080"
 | 
			
		||||
 | 
			
		||||
		fmt.Printf("Joining tailscale containers to headscale at %s\n", headscaleEndpoint)
 | 
			
		||||
		for hostname, tailscale := range scales.tailscales {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user