🐘 PHP - See on DockerHub
- 8.0
- 8.1
- 8.2
- 8.3
- 8.3 with pcov enabled
- 2.4
docker build `directory` -t `tagname`
docker login
docker push `tagname`
services:
php:
image: beninho/php:8.3
web:
image: beninho/httpd:2.4
ports:
- "80:80"