A Debian build with Apache, PHP, Phaclon, Pcel Pear, and Composer
253
Is another PHP webserver that supports Phalcon PHP framework.
Debian:
$ apache2 -v$ php -v<?php echo ( new Phalcon\Support\Version() )->get(); ?>http://container-ip/info.php to list all versions and informations.If there is anything missing, please let me know to include it in the build.
docker run \
--name phalcon \
--hostname phalcon \
--publish 8081:80 \
-dit deadsoul/apache_phalcon:php-8.4
--link mariadb:db
then use db as the database host.
--volume /path/to/public_html:/var/www/html
Have fun with coding in Phalcon ;)
Content type
Image
Digest
sha256:9c9ef463d…
Size
202.6 MB
Last updated
4 months ago
Requires Docker Desktop 4.37.1 or later.