Skip to content

alpin3/php83-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpin3/php83-apache

Multiple purpose Apache and PHP image based on Alpine

Image is based on the official alpine base image

Docker image size

Latest

Docker image usage

docker run [docker-options] ghcr.io/alpin3/php83-apache

Examples

Typical basic usage:

docker run -it alpin3/php83-apache

Typical usage in Dockerfile:

FROM ghcr.io/alpin3/php83-apache
RUN echo "<?php phpinfo() ?>" > /app/index.php

Typical usage:

docker run -it --link=somedb:db ghcr.io/alpin3/php83-apache

Todo

  • Check volume and data

About

docker minimal php83 + apache

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages