https://prefect.io logo
Title
m

Michael Wheeler

04/12/2021, 4:52 PM
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

Kevin Kho

04/12/2021, 5:01 PM
m

Michael Wheeler

04/12/2021, 5:02 PM
YES thank you so much
k

Kevin Kho

04/12/2021, 5:03 PM
No problem!