Files
php-docker-env/docker-compose.wsl.yml
2025-06-09 16:46:27 +08:00

12 lines
263 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# docker-compose.wsl.ymlWSL 专用挂载)
version: '3.8'
services:
php71:
volumes:
- /mnt/d:/mnt/d # WSL 特有挂载
php74:
volumes:
- /mnt/d:/mnt/d # WSL 特有挂载
php83:
volumes:
- /mnt/d:/mnt/d # WSL 特有挂载