version: "3.8" services: php-fpm: image: php:fpm container_name: php-fpm volumes: - ./volumes/html:/var/www/html networks: - web networks: web: external: true name: web