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