Skip to content

Commit a061419

Browse files
committed
添加 docker docker-compose支持
1 parent 7867495 commit a061419

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '3.0'
2+
3+
services:
4+
think:
5+
image: xiaodi93/dcnmp-php71:latest
6+
command: php -S 0.0.0.0:8000 -t public
7+
ports:
8+
- 8000:8000
9+
volumes:
10+
- .:/var/www/html

0 commit comments

Comments
 (0)