Hi, I’ve been trying to set up Prefect with docker...
# prefect-getting-started
d
Hi, I’ve been trying to set up Prefect with docker-compose but I’m getting
This page isn't working
. I have 2 services in my yaml file prefect-server & prefect-agent. prefect-server’s log is attached, prefect-agent is running fine. will appreciate any help to set this up. TIA!
r
i just got a bunch of docker compose stuff working, so maybe I can help. just to doublecheck, do you have
Copy code
ports:
      - "4200:4200"
in the server config?