Sign inSign up

maydexcore/nginx-php

By maydexcore

Updated almost 2 years ago

Simple webserver: nginx + php-fpm, based on AlpineOS.

Image
Web servers
0

207

maydexcore/nginx-php repository overview

Simple start with docker-compose.yml:

version: '3.9'

services:

webserver:

image: maydexcore/nginx-php:7.4-alpine

container_name: webapp

ports:

  - "8093:80"

volumes:

  - ./src:/var/www/html

restart: always

Tag summary

Content type

Image

Digest

sha256:1153f47de

Size

29.7 MB

Last updated

almost 2 years ago

docker pull maydexcore/nginx-php:7.4-alpine