fix: remove not used extra host
This commit is contained in:
		@@ -30,8 +30,6 @@ services:
 | 
				
			|||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - "OLLAMA_API_BASE_URL=http://127.0.0.1:11434"
 | 
					      - "OLLAMA_API_BASE_URL=http://127.0.0.1:11434"
 | 
				
			||||||
      - SERVICE_FQDN_OLLAMA_8080
 | 
					      - SERVICE_FQDN_OLLAMA_8080
 | 
				
			||||||
    extra_hosts:
 | 
					 | 
				
			||||||
      - "host.docker.internal:host-gateway"
 | 
					 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    healthcheck:
 | 
					    healthcheck:
 | 
				
			||||||
      test:
 | 
					      test:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user