https://prefect.io logo
Title
d

Darren

04/26/2023, 3:25 PM
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

Rachelle Greenfield

04/27/2023, 8:57 PM
i just got a bunch of docker compose stuff working, so maybe I can help. just to doublecheck, do you have
ports:
      - "4200:4200"
in the server config?