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
Port Remapping Of The Webserver Is Not Supported (Documentation Only Mentions

Port remapping of the webserver is not supported (documentation only mentions 8080 , 8081 and 8008 need to be available)? On our server we have JupyterHub running on 8080 and changing that would break many things.
In /opt/trains/docker-compose.yml I changed:
` ports:

  • "8080:80" to ports:
  • "8082:80" `and it seems to work, but don't want to run into any issues later. Anyone able to give some insights?
  
  
Posted 3 years ago
Votes Newest

Answers 2


Ok, thanks for the info 🙂

  
  
Posted 3 years ago

Hi DefeatedCrab47
You should be able to change the Web server port , but API port (8008) cannot be changed. If you can login to the web app and create a project it means everything is okay. Notice that when you configure trains ( trains-init ) the port numbers are correct 🙂

  
  
Posted 3 years ago
555 Views
2 Answers
3 years ago
one year ago
Tags