Simple webserver: nginx + php-fpm, based on AlpineOS.
207
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
Content type
Image
Digest
sha256:1153f47de…
Size
29.7 MB
Last updated
almost 2 years ago
docker pull maydexcore/nginx-php:7.4-alpine