Samuel Hinton
02/16/2021, 3:36 PMPREFECT__SERVER__UI__PORT
and PREFECT__SERVER__UI__HOST_PORT
to try and follow the config.toml, but the UI service is still launching and saying “👾👾👾 UI running at localhost:8080 👾👾👾” and I dont know what else to change in the UI service 😞 As a follow up, what is the difference between the UI port and the UI host port?
EDIT: I see echo UI running at localhost:8080
is hardcoded in ./start_server.sh in the UI service, is this meant to be the case?Zanie
prefect server start
?Samuel Hinton
02/16/2021, 4:23 PMZanie
prefect-server
network then we just map that internal port to the requested external port (which is configurable but defaults to 8080)Samuel Hinton
02/16/2021, 4:26 PM