version: '3' services: phpweb: container_name: php73-random-images image: phpstorm/php-73-apache-xdebug-27 ports: - 80:80 volumes: - ./:/var/www/html environment: XDEBUG_CONFIG: remote_host=127.0.0.1 networks: - randomImg networks: randomImg: