Skip to content

Commit ba67556

Browse files
committed
FEATURE: added a dev docker-compose file
1 parent a809a19 commit ba67556

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: docker-compose.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: '3.7'
2+
services:
3+
4+
app:
5+
image: thecodingmachine/php:8.1-v4-apache
6+
volumes:
7+
- ./:/var/www/html

0 commit comments

Comments
 (0)