8 lines
117 B
YAML
8 lines
117 B
YAML
|
version: '3.7'
|
||
|
services:
|
||
|
|
||
|
app:
|
||
|
image: thecodingmachine/php:8.1-v4-apache
|
||
|
volumes:
|
||
|
- ./:/var/www/html
|