Initial commit

This commit is contained in:
Orph
2022-11-06 17:40:18 +00:00
commit b1f4aa0051
5 changed files with 277 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
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