chore: init

This commit is contained in:
jabuxas 2024-09-16 19:57:02 -03:00
commit 25deff453e

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
web:
image: darkhttpd
ports:
- "8080:80"
volumes:
- ./dev/:/var/www/htdocs:ro