Having trouble running Laravel with docker + frankenphp #1138
Unanswered
Marchiuzzz
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I think root should be /app/public
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Have you tried without |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to host my Laravel application using Docker and frankenphp but without using Octane. It seems like an easy task following the docs but I have one more requirement - the container must run on host network, therefore, it should be running on some custom port as port 80 is already taken, I also don't need any ssl management because that's already done by a reverse nginx proxy on the production server.
Here's my dockerfile
My docker-compose file
And the Caddyfile
I hoped my project would be served on port 8085 with this setup but it's not.
I guess I'm just missing something really simple, yet crucial. Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions