Stephen Miracle

Results 16 comments of Stephen Miracle

Thanks for the feedback. Here's a link to the Dockerfile. https://github.com/wpeverywhere/wordpress-docker-frankenphp/blob/main/Dockerfile I did some testing, and I think it is an issue of using "cgo" . I can get FrankenPHP...

I gave it a few more tries to no success with the commands. I did several variations of `XCADDY_GO_BUILD_FLAGS="-ldflags '-w -s'"` . It couldn't build. @dunglas , have you been...

Nice! That it is. And that did it :) Here's the full line in my Dockerfile that made it work: ENV CGO_ENABLED=1 CGO_LDFLAGS=-no-pie XCADDY_SETCAP=1 CGO_LDFLAGS=-pie XCADDY_GO_BUILD_FLAGS='-buildmode=pie -ldflags="-w -s" -trimpath'

![Screenshot 2024-03-28 214220](https://github.com/dunglas/frankenphp/assets/3494356/7437cf81-445c-45df-9796-92d127ca186a) Hey, I wanted to circle back to this one as it came up a bit ago when someone was trying to run the WP image on Rocky...

hey! I’m a little late. i know gzip is working correctly on the frankenwp image. Have you checked this repo? the default is brotli but also supports gzip as backup....

```auto_https disable_redirects``` can be set as a global option in Caddy. Then you can set the server_name to something like `:8095`

Interesting. I use Windows Docker with WSL. But I typically just map different ports to different apps that I want to run. App 1: 8090:80 App 2: 8091:80 etc then...

Let's plan for April 2nd . There's a few more tweaks that I need to push up.

Hey @dunglas , do you want to merge this PR?