Sign inSign up

ebuzaneli/php

By ebuzaneli

•Updated over 5 years ago

Image
0

104

ebuzaneli/php repository overview

⁠docker-compose.yml

version: '3'

services:
  apache:
    image: 'ebuzaneli/php:7.4-apache'
    container_name: buzza-php
    restart: always
    ports:
      - '8080:80'
    volumes:
        - ./www:/var/www/html

Tag summary

Content type

Image

Digest

Size

140.2 MB

Last updated

over 5 years ago

docker pull ebuzaneli/php:7.4-apache