Initial commit
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user