version: '3' services: nginx: image: nginx:1.21 ports: - 80:80 volumes: - ./configs/nginx/nginx.conf:/etc/nginx/nginx.conf:ro - ./data/www:/var/www/html:ro php: build: builds/php volumes: - ./data/www:/var/www/html