tipdw/docker-compose.yaml
2021-10-01 23:30:19 +08:00

15 lines
303 B
YAML

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: