version: '3' services: web: image: nginx:latest ports: - "8080:80" volumes: - ./public:/var/www/html - ./config/nginx.conf:/etc/nginx/conf.d links: - php php: image: php:7.4-fpm volumes: - ./src:/var/www/html