forked from pool/php8-nginx-image
OBS-URL: https://build.opensuse.org/request/show/1169013 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-nginx-image?expand=0&rev=3
PHP8/Nginx container
This container image contains PHP8 with Nginx as webserver
Guide
Run a new PHP8 instance
The command to run this container is:
podman run -d --rm --name php8-nginx -v /srv/www/htdocs:/srv/www/htdocs registry.opensuse.org/opensuse/php8-nginx
Environment variables:
DEBUG=[0|1] Enable debug mode
TZ=<timezone> Set timezone
Additional Environment variables can be found in the description for the openSUSE nginx container image.
Description
Languages
Shell
100%