-
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Alright, it looks like the server always runs with a self-signed SSL certificate by default. Weird thing and I didn't realize that.