Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.11 KB

File metadata and controls

31 lines (23 loc) · 1.11 KB

Docker php-fpm

Avaible tag

cube43/docker-apache2-php:latest is 7.4

Usage

version : '3'
services :
  php:
    image: cube43/docker-apache2-php


## How to build

docker build .
docker image ls
docker image tag 8d3a1ba3605f cube43/docker-apache2-php:8.0
docker image push cube43/docker-apache2-php:8.0