|
Hey, I'm currently trying out frankenphp and using the Docker image This is my Caddyfile: {
frankenphp
}
localhost:8000 {
route {
root * /app/public/
encode zstd br gzip
php_server
}
}Is there a working Laravel/Docker setup or example available anywhere? |
Answered by
o1y
Aug 21, 2024
Replies: 1 comment
|
Alright, it looks like the server always runs with a self-signed SSL certificate by default. Weird thing and I didn't realize that. |
0 replies
Answer selected by
o1y
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright, it looks like the server always runs with a self-signed SSL certificate by default. Weird thing and I didn't realize that.