π³ Docker Example Web App
π Table of Contents
π― Purpose
Running a web service in a docker container using docker-php-alpine.
π Description
Apache, PHP-FPM, NGINX and SupervisorD for Docker build on Alpine Linux.
β‘ Usage
π Docker
FROM ghcr.io/laniksj/docker-php-alpine:master
COPY . /var/www/html
Iβm using the html folder to store my web content. In this case itβs a web form.
π Bugs
Please report any bugs or issues you find. Thanks!