im trying to get prisma up and running but after doing "docker-compose up -d" i get stuck. when i deploy it says server is not running. If i run "docker ps" i see the prisma server running, but the "ports" field is emty. however, if i stop and start the container, the ports show its adress properly until I do docker ps again. so running it directly shows it, but running it again shows empty. what could be causing this?