12 lines
233 B
YAML
12 lines
233 B
YAML
![]() |
version: '3'
|
||
|
|
||
|
services:
|
||
|
handler:
|
||
|
image: thecodingmachine/php:8.1-v4-slim-apache
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- "8080:80"
|
||
|
volumes:
|
||
|
- "./:/var/www/html"
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|