Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello! I Have Setup The Trains Server Using Docker Compose And One Of My Machine Can Run Trains-Init Successfully, But Another Can'T. I Have Try Doing

Hello! I have setup the trains server using docker compose and one of my machine can run trains-init successfully, but another can't. I have try doing curl http://<my-server-hostname-or-ip>:8008/ but both return curl: (7) Failed to connect to xxx port 80: Connection refused

  
  
Posted 2 years ago
Votes Newest

Answers 6


I think I am facing the same issue. I posted question in an earlier thread

  
  
Posted 2 years ago

SuccessfulKoala55 Thanks for your reply, How can i fix this?

  
  
Posted 2 years ago

SubstantialBaldeagle49 this sounds like a network/firewall issue
HugePelican43 I'm not sure it's the same issue since SubstantialBaldeagle49 can access the server from at least one external machine...

  
  
Posted 2 years ago

Well, SubstantialBaldeagle49 , you should try and fine out if there's any firewall blocking your access from that specific machine...

  
  
Posted 2 years ago

SuccessfulKoala55 Ok, thanks, i will have a try.

  
  
Posted 2 years ago

Sure, let me know what you find 🙂

  
  
Posted 2 years ago
626 Views
6 Answers
2 years ago
one year ago
Tags