version: '3' services: phpweb: container_name: php73-tipdw image: phpstorm/php-73-apache-xdebug-27 ports: - 8081:80 volumes: - ./:/var/www/html environment: XDEBUG_CONFIG: remote_host=host.docker.internal networks: - php73-tipdw networks: php73-tipdw: