version: '3'
services:
apache:
image: 'ebuzaneli/php:7.4-apache'
container_name: buzza-php
restart: always
ports:
- '8080:80'
volumes:
- ./www:/var/www/html
Content type
Image
Digest
Size
140.2 MB
Last updated
over 5 years ago
docker pull ebuzaneli/php:7.4-apache