/wwwnginx config:
/nginx/config:/etc/nginx:ro/php/socket:/var/run/php
80/tcpphp:
name: nginx
hostname: nginx
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://nginx/status/fpm"]
image: omardavila64/nginx
restart: unless-stopped
volumes:
- ./:/www
- ./nginx/config:/etc/nginx:ro
- ./php/socket:/var/run/php
Content type
Image
Digest
Size
8.4 MB
Last updated
over 6 years ago
docker pull omardavila64/docker-nginx