We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7867495 commit a061419Copy full SHA for a061419
1 file changed
docker-compose.yml
@@ -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