Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FrankenPHP support - Update Dockerfile #390

Open
wants to merge 3 commits into
base: 280-create-a-frankenphp-variation
Choose a base branch
from

Conversation

sneycampos
Copy link

  • set ENV SERVER_NAME=:8080 so frankenphp can run in 8080 port
  • using frankenphp base install-php-extensions script to install php extensions (and system dependencies?)
  • removed usage of docker-php-serversideup-dep-install-debian since all dependencies are installed by frankenphp install-php-extensions

@sneycampos
Copy link
Author

@jaydrogers Should we remove capabilities from Frankenphp since its running in a non privileged port?

Give write access to /data/caddy and /config/caddy
@sneycampos sneycampos changed the title Update Dockerfile Add FrankenPHP support - Update Dockerfile Jun 28, 2024
@DarkGhostHunter
Copy link

It should be aware that FrankenPHP only works with PHP 8.1 (given what the docs say, haven't tested on older versions and even if it does it may have zero support)

@sneycampos
Copy link
Author

It should be aware that FrankenPHP only works with PHP 8.1 (given what the docs say, haven't tested on older versions and even if it does it may have zero support)

FrankenPHP does not support PHP 8.1 and won't: #637

@DarkGhostHunter
Copy link

Thanks for the correction. Should be 8.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants