#tradewind:add mysql8; add wsl support; add readme
This commit is contained in:
12
docker-compose.wsl.yml
Normal file
12
docker-compose.wsl.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# docker-compose.wsl.yml(WSL 专用挂载)
|
||||
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 特有挂载
|
Reference in New Issue
Block a user