/docker-php73-fpm

Primary LanguageDockerfileMIT LicenseMIT

docker-php73-fpm

This repository contains a Dockerfile of PHP 7.3 FPM for Docker's automated build published to the public Docker Hub Registry.

Installation

  1. Install Docker.

  2. Download the automated build from the public Docker Hub Registry: docker pull uqlibrary/php73-fpm

    (or, you can build an image from Dockerfile: `docker build -t uqlibrary/php73-fpm .)

Usage

  1. Start the container:

    docker run uqlibrary/php73-fpm