I'm using Prefect's Docker image `prefecthq/prefec...
# prefect-server
m
I'm using Prefect's Docker image
prefecthq/prefect:latest
to spin up a container that calls
prefect server create-tenant
, and getting a connection error because it's pointed at localhost:4200 by default. It doesn't look like there's an option to provide another url as a CLI argument. Is there a configuration file or environment variable I can set to correct this?
Preferably an environment variable that could be set in the compose file
k
m
YES thank you so much
k
No problem!