0

I'm struggling with how to set up docker-compose (or dockerfile) to work with Laravel Octane by default.

I'm using basic things from https://frankenphp.dev/docs/docker/.

I also changed Caddyfile to revert_proxy port 8000.

When I'm executing command inside container everything works great, but when I tried supervisor or ENTRYPOINT in Dockerfile it wasn't working. In both cases I know that the octane was running, but it's not working.

I also tried adding ENV FRANKENPHP_CONFIG with frankenphp-worker.php but it didn't change a bit. Booting application just as normal

1
  • You will need to provide the ports all these things are running on in your docker compose and inside the docker container to show how you have the host wired up to the vm running the docker container. Commented Dec 18, 2024 at 17:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.