I tried to run prefect Orion server inside a docker on port 8000 but the server was not loading.
The port was open, when i ran the airflow server on the same port i was able to access the airflow server.
Is there some further configuration required to be done.
I ran the server with the following command
prefect orion start --port 8000
My port is open to communicate with the host.
✅ 1
r
Ryan Peden
12/22/2022, 5:57 PM
You might need to also set
--host 0.0.0.0
for the Orion server to be accessible from outside the Docker container.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.