Marius Haberstock
07/31/2022, 7:04 PMdocker run --platform linux/amd64 -ti -p 4200:4200 --expose=4200 prefecthq/prefect:2.0.1-python3.9
Once my container is ready, I execute prefect orion start
inside of it
I see the in the logs that the server successfully started, however I don’t get a connection when I open http://localhost:4200 in my browser.Anna Geller
07/31/2022, 7:29 PMMarius Haberstock
07/31/2022, 7:32 PMprefect orion start --host 0.0.0.0
inside the containerAnna Geller
07/31/2022, 7:33 PMMarius Haberstock
07/31/2022, 7:36 PMAnna Geller
07/31/2022, 7:39 PM[profiles.docker]
PREFECT_API_URL = "<http://0.0.0.0:4200/api>"
PREFECT_LOGGING_LEVEL = "DEBUG"